Class GoogleAdsSearchads360V0ResourcesLanguageConstant
A language.
Implements
Inherited Members
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? |