Show / Hide Table of Contents

Class Region

Represents a geographic region that you can use as a target with both the RegionalInventory and ShippingSettings services. You can define regions as collections of either postal codes, radius areas or, in some countries, using predefined geotargets. A region must be defined by specifying exactly one of postal_code_area, geotarget_area, or radius_area. For more information, see Set up regions for more information.

Inheritance
object
Region
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.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class Region : IDirectResponseSchema

Properties

DisplayName

Optional. The display name of the region.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

GeotargetArea

Optional. A list of geotargets that defines the region area.

Declaration
[JsonProperty("geotargetArea")]
public virtual GeoTargetArea GeotargetArea { get; set; }
Property Value
Type Description
GeoTargetArea

Name

Identifier. The resource name of the region. Format: accounts/{account}/regions/{region}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PostalCodeArea

Optional. A list of postal codes that defines the region area.

Declaration
[JsonProperty("postalCodeArea")]
public virtual PostalCodeArea PostalCodeArea { get; set; }
Property Value
Type Description
PostalCodeArea

RadiusArea

Optional. A radius area that defines the region area.

Declaration
[JsonProperty("radiusArea")]
public virtual RadiusArea RadiusArea { get; set; }
Property Value
Type Description
RadiusArea

RegionalInventoryEligible

Output only. Indicates if the region is eligible for use in the Regional Inventory configuration.

Declaration
[JsonProperty("regionalInventoryEligible")]
public virtual bool? RegionalInventoryEligible { get; set; }
Property Value
Type Description
bool?

ShippingEligible

Output only. Indicates if the region is eligible for use in the Shipping Services configuration.

Declaration
[JsonProperty("shippingEligible")]
public virtual bool? ShippingEligible { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX