Show / Hide Table of Contents

Class ThumbnailDetails

Internal representation of thumbnails for a YouTube resource.

Inheritance
System.Object
ThumbnailDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ThumbnailDetails : IDirectResponseSchema

Properties

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
System.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

Implements

IDirectResponseSchema
Back to top