Table of Contents

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

string

Counterparts

The counterparts

[JsonProperty("counterparts")]
public QueueItem[] Counterparts { get; set; }

Property Value

QueueItem[]

Duration

The duration

[JsonProperty("duration")]
[JsonRequired]
public string Duration { get; set; }

Property Value

string

Selected

If the item is selected

[JsonProperty("selected")]
public bool Selected { get; set; }

Property Value

bool

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

VideoId

The video id

[JsonProperty("videoId")]
[JsonRequired]
public string VideoId { get; set; }

Property Value

string