Class YoutubeVideoDetails
Details of a YouTube video.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class YoutubeVideoDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The YouTube video ID which can be searched on YouTube webpage.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
UnavailableReason
The reason why the video data is not available.
Declaration
[JsonProperty("unavailableReason")]
public virtual string UnavailableReason { get; set; }
Property Value
Type | Description |
---|---|
string |