Class ThumbnailDetails
Internal representation of thumbnails for a YouTube resource.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ThumbnailDetails : IDirectResponseSchemaProperties
Default__
The default image for this resource.
Declaration
[JsonProperty("default")]
public virtual Thumbnail Default__ { get; set; }Property Value
| Type | Description | 
|---|---|
| Thumbnail | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
High
The high quality image for this resource.
Declaration
[JsonProperty("high")]
public virtual Thumbnail High { get; set; }Property Value
| Type | Description | 
|---|---|
| Thumbnail | 
Maxres
The maximum resolution quality image for this resource.
Declaration
[JsonProperty("maxres")]
public virtual Thumbnail Maxres { get; set; }Property Value
| Type | Description | 
|---|---|
| Thumbnail | 
Medium
The medium quality image for this resource.
Declaration
[JsonProperty("medium")]
public virtual Thumbnail Medium { get; set; }Property Value
| Type | Description | 
|---|---|
| Thumbnail | 
Standard
The standard quality image for this resource.
Declaration
[JsonProperty("standard")]
public virtual Thumbnail Standard { get; set; }Property Value
| Type | Description | 
|---|---|
| Thumbnail |