Show / Hide Table of Contents

Class ThumbnailDetails

Internal representation of thumbnails for a YouTube resource.

Inheritance
object
ThumbnailDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
In This Article
Back to top Generated by DocFX