Class LocalizedProperty
Inheritance
System.Object
LocalizedProperty
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LocalizedProperty : IDirectResponseSchema
Properties
Default__
Declaration
[JsonProperty("default")]
public virtual string Default__ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultLanguage
The language of the default property.
Declaration
[JsonProperty("defaultLanguage")]
public virtual LanguageTag DefaultLanguage { get; set; }
Property Value
Type | Description |
---|---|
LanguageTag |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Localized
Declaration
[JsonProperty("localized")]
public virtual IList<LocalizedString> Localized { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<LocalizedString> |