Show / Hide Table of Contents

Class LocalizedProperty

Inheritance
object
LocalizedProperty
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
string

Localized

Declaration
[JsonProperty("localized")]
public virtual IList<LocalizedString> Localized { get; set; }
Property Value
Type Description
IList<LocalizedString>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX