Class CreateRegionRequest
Request message for the CreateRegion method.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class CreateRegionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The account to create a region for. Format: accounts/{account}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Required. The region to create.
Declaration
[JsonProperty("region")]
public virtual Region Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Region |
RegionId
Required. The identifier for the region, unique over all regions of the same account.
Declaration
[JsonProperty("regionId")]
public virtual string RegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |