Table of Contents

Class Thumbnail

Namespace
XeroxDev.YTMDesktop.Companion.Models.Output
Assembly
XeroxDev.YTMDesktop.Companion.dll

The thumbnail

public class Thumbnail
Inheritance
Thumbnail
Inherited Members

Properties

Height

The height

[JsonProperty("height")]
[JsonRequired]
public int Height { get; set; }

Property Value

int

Url

The url

[JsonProperty("url")]
[JsonRequired]
public string Url { get; set; }

Property Value

string

Width

The width

[JsonProperty("width")]
[JsonRequired]
public int Width { get; set; }

Property Value

int