Class GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization
Localization for the product category.
Inheritance
GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
Output only. Two-letter ISO 639-1 language code of the localized category.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Output only. Upper-case two-letter ISO 3166-1 country code of the localized category.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Output only. The name of the category in the specified locale.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |