Table of Contents

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

string

AlbumId

The album id

[JsonProperty("albumId")]
public string AlbumId { get; set; }

Property Value

string

Author

The author

[JsonProperty("author")]
[JsonRequired]
public string Author { get; set; }

Property Value

string

ChannelId

The channel id

[JsonProperty("channelId")]
[JsonRequired]
public string ChannelId { get; set; }

Property Value

string

DurationSeconds

The duration in seconds

[JsonProperty("durationSeconds")]
[JsonRequired]
public int DurationSeconds { get; set; }

Property Value

int

Id

The id

[JsonProperty("id")]
[JsonRequired]
public string Id { get; set; }

Property Value

string

LikeStatus

The like status

[JsonProperty("likeStatus")]
public ELikeStatus? LikeStatus { get; set; }

Property Value

ELikeStatus?

Thumbnails

The thumbnails

[JsonProperty("thumbnails")]
[JsonRequired]
public Thumbnail[] Thumbnails { get; set; }

Property Value

Thumbnail[]

Title

The title

[JsonProperty("title")]
[JsonRequired]
public string Title { get; set; }

Property Value

string