Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.04 KB

VideoPublicRepresentation.md

File metadata and controls

20 lines (16 loc) · 1.04 KB

VideoPublicRepresentation

Properties

Name Type Description Notes
id str The id of the video [optional]
user_id str The is of the owning user [optional]
status str The status of the video [optional]
name str The name of the video [optional]
description str A description of the video [optional]
thumb_url str The url of the thumbnail for the video [optional]
video_urls list[str] Urls to different formats of the video [optional]
short_url str The url to use to link to the video [optional]
height int The height of the video in pixels [optional]
width int The width of the video in pixels [optional]
upload_date str The date the video was uploaded [optional]

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