Class GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability
Information about which locales a category is available in.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonCriterionCategoryLocaleAvailability : IDirectResponseSchema
Properties
AvailabilityMode
Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and language will be empty), COUNTRY (only country will be set), LANGUAGE (only language wil be set), COUNTRY_AND_LANGUAGE (both country and language will be set).
Declaration
[JsonProperty("availabilityMode")]
public virtual string AvailabilityMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CountryCode
The ISO-3166-1 alpha-2 country code associated with the category.
Declaration
[JsonProperty("countryCode")]
public virtual string CountryCode { 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 |
LanguageCode
ISO 639-1 code of the language associated with the category.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |