Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/export/services/vimeo-service
VimeoVideoMetadata
Interface VimeoVideoMetadata
interface
VimeoVideoMetadata
{
description
?:
string
;
license
?:
|
"by"
|
"by-sa"
|
"by-nd"
|
"by-nc"
|
"by-nc-sa"
|
"by-nc-nd"
|
"cc0"
;
name
:
string
;
privacy
?:
{
embed
?:
"public"
|
"private"
;
view
:
"anybody"
|
"nobody"
|
"contacts"
|
"password"
|
"users"
|
"disable"
;
}
;
tags
?:
string
[]
;
}
Index
Properties
description?
license?
name
privacy?
tags?
Properties
Optional
description
description
?:
string
Optional
license
license
?:
"by"
|
"by-sa"
|
"by-nd"
|
"by-nc"
|
"by-nc-sa"
|
"by-nc-nd"
|
"cc0"
name
name
:
string
Optional
privacy
privacy
?:
{
embed
?:
"public"
|
"private"
;
view
:
"anybody"
|
"nobody"
|
"contacts"
|
"password"
|
"users"
|
"disable"
;
}
Optional
tags
tags
?:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
license
name
privacy
tags
Timeline Studio API Documentation - v0.26.0
Loading...