Class Thumbnail
A thumbnail is an image representing a YouTube resource.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class Thumbnail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
(Optional) Height of the thumbnail image.
Declaration
[JsonProperty("height")]
public virtual long? Height { get; set; }
Property Value
Type | Description |
---|---|
long? |
Url
The thumbnail image's URL.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
(Optional) Width of the thumbnail image.
Declaration
[JsonProperty("width")]
public virtual long? Width { get; set; }
Property Value
Type | Description |
---|---|
long? |