Class Video
- Namespace
- XeroxDev.YTMDesktop.Companion.Models.Output
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
The video state
public class Video
- Inheritance
-
Video
- Inherited Members
Properties
Album
The album
[JsonProperty("album")]
public string Album { get; set; }
Property Value
AlbumId
The album id
[JsonProperty("albumId")]
public string AlbumId { get; set; }
Property Value
Author
The author
[JsonProperty("author")]
[JsonRequired]
public string Author { get; set; }
Property Value
ChannelId
The channel id
[JsonProperty("channelId")]
[JsonRequired]
public string ChannelId { get; set; }
Property Value
DurationSeconds
The duration in seconds
[JsonProperty("durationSeconds")]
[JsonRequired]
public int DurationSeconds { get; set; }
Property Value
Id
The id
[JsonProperty("id")]
[JsonRequired]
public string Id { get; set; }
Property Value
LikeStatus
The like status
[JsonProperty("likeStatus")]
public ELikeStatus? LikeStatus { get; set; }
Property Value
Thumbnails
The thumbnails
[JsonProperty("thumbnails")]
[JsonRequired]
public Thumbnail[] Thumbnails { get; set; }
Property Value
Title
The title
[JsonProperty("title")]
[JsonRequired]
public string Title { get; set; }