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.
Inheritance
System.Object
Region
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int64> |
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 |
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 |
---|---|
System.Nullable<System.Boolean> |
RegionId
Output only. Immutable. The ID uniquely identifying each region.
Declaration
[JsonProperty("regionId")]
public virtual string RegionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
---|---|
System.Nullable<System.Boolean> |