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 or, in some countries,
using predefined geotargets.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Region : IDirectResponseSchema
Properties
DisplayName
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
A list of geotargets that defines the region area.
Declaration
[JsonProperty("geotargetArea")]
public virtual RegionGeoTargetArea GeotargetArea { get; set; }
Property Value
Type | Description |
---|---|
RegionGeoTargetArea |
MerchantId
Output only. Immutable. Merchant that owns the region.
Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
Type | Description |
---|---|
long? |
PostalCodeArea
A list of postal codes that defines the region area.
Declaration
[JsonProperty("postalCodeArea")]
public virtual RegionPostalCodeArea PostalCodeArea { get; set; }
Property Value
Type | Description |
---|---|
RegionPostalCodeArea |
RegionId
Output only. Immutable. The ID uniquely identifying each region.
Declaration
[JsonProperty("regionId")]
public virtual string RegionId { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionalInventoryEligible
Output only. Indicates if the region is eligible to 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 to use in the Shipping Services configuration.
Declaration
[JsonProperty("shippingEligible")]
public virtual bool? ShippingEligible { get; set; }
Property Value
Type | Description |
---|---|
bool? |