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
Url
The url
[JsonProperty("url")]
[JsonRequired]
public string Url { get; set; }
Property Value
Width
The width
[JsonProperty("width")]
[JsonRequired]
public int Width { get; set; }