Show / Hide Table of Contents

Class Thumbnail

A thumbnail is an image representing a YouTube resource.

Inheritance
object
Thumbnail
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 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?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX