Class BatchCreateRegionsRequest
Request message for the BatchCreateRegions method.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class BatchCreateRegionsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Requests
Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
Declaration
[JsonProperty("requests")]
public virtual IList<CreateRegionRequest> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CreateRegionRequest> |