Class I18nLanguageListResponse
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class I18nLanguageListResponse : IDirectResponseSchema
Properties
ETag
Etag of this resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventId
Serialized EventId of the request which produced this response.
Declaration
[JsonProperty("eventId")]
public virtual string EventId { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
A list of supported i18n languages. In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource.
Declaration
[JsonProperty("items")]
public virtual IList<I18nLanguage> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<I18nLanguage> |
Kind
Identifies what kind of resource this is. Value: the fixed string "youtube#i18nLanguageListResponse".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
VisitorId
The visitorId identifies the visitor.
Declaration
[JsonProperty("visitorId")]
public virtual string VisitorId { get; set; }
Property Value
Type | Description |
---|---|
string |