Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesLanguageConstant

A language.

Inheritance
object
GoogleAdsSearchads360V0ResourcesLanguageConstant
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.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesLanguageConstant : IDirectResponseSchema

Properties

Code

Output only. The language code, for example, "en_US", "en_AU", "es", "fr", etc.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. The ID of the language constant.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Name

Output only. The full name of the language in English, for example, "English (US)", "Spanish", etc.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceName

Output only. The resource name of the language constant. Language constant resource names have the form: languageConstants/{criterion_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Targetable

Output only. Whether the language is targetable.

Declaration
[JsonProperty("targetable")]
public virtual bool? Targetable { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX