Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.26 KB

Video.md

File metadata and controls

19 lines (14 loc) · 1.26 KB

Video

Properties

Name Type Description Notes
id String ID of the video. UUID Version 4.
title Option<String> The title of the video given by the uploading user. [optional]
duration Option<i32> The video's runtime in seconds. [optional]
display_type String The display type determines if the video is branded or unbranded (can also be none or both). This affects whether the video is displayed on branded or unbranded marketing materials such as the property website.
source_type String The original upload source of the video, used to determine how to handle the playback_url of the video and other display properties.
thumbnail_url String A thumbnail image URL for the video.
playback_url String A URL linking to playback stream of the video.
download_url Option<String> A URL for downloading the video. [optional]
share_url Option<String> A URL linking to a public viewing optimized webpage the video. [optional]

[Back to Model list] [Back to API list] [Back to README]