Class BreakdownRegion
Region with code and localized name.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BreakdownRegion : IDirectResponseSchema
Properties
Code
The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml)
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 |
Name
The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |