Class QueueItem
- Namespace
- XeroxDev.YTMDesktop.Companion.Models.Output
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
The queue item
public class QueueItem
- Inheritance
-
QueueItem
- Inherited Members
Properties
Author
The author
[JsonProperty("author")]
[JsonRequired]
public string Author { get; set; }
Property Value
Counterparts
The counterparts
[JsonProperty("counterparts")]
public QueueItem[] Counterparts { get; set; }
Property Value
Duration
The duration
[JsonProperty("duration")]
[JsonRequired]
public string Duration { get; set; }
Property Value
Selected
If the item is selected
[JsonProperty("selected")]
public bool Selected { 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; }
Property Value
VideoId
The video id
[JsonProperty("videoId")]
[JsonRequired]
public string VideoId { get; set; }