Class PlaylistImage
Inheritance
PlaylistImage
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class PlaylistImage : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Id
Identifies this resource (playlist id and image type).
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Kind
Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImages".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Snippet
Declaration
[JsonProperty("snippet")]
public virtual PlaylistImageSnippet Snippet { get; set; }
Property Value
Implements