Class LocalizedProperty
Inheritance
LocalizedProperty
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LocalizedProperty : IDirectResponseSchema
Properties
DefaultLanguage
The language of the default property.
Declaration
[JsonProperty("defaultLanguage")]
public virtual LanguageTag DefaultLanguage { get; set; }
Property Value
Default__
Declaration
[JsonProperty("default")]
public virtual string Default__ { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Localized
Declaration
[JsonProperty("localized")]
public virtual IList<LocalizedString> Localized { get; set; }
Property Value
Implements