Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.08 KB

File metadata and controls

19 lines (16 loc) · 1.08 KB

IO.Swagger.Model.VideoPublicRepresentation

Properties

Name Type Description Notes
Id string The id of the video [optional]
UserId string The is of the owning user [optional]
Status string The status of the video [optional]
Name string The name of the video [optional]
Description string A description of the video [optional]
ThumbUrl string The url of the thumbnail for the video [optional]
VideoUrls List<string> Urls to different formats of the video [optional]
ShortUrl string 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]
UploadDate string The date the video was uploaded [optional]

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