Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization

Localization for the product category.

Inheritance
object
GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX