Class BatchCreateRegionsRequest
Request message for the BatchCreateRegions
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class BatchCreateRegionsRequest : IMessage<BatchCreateRegionsRequest>, IEquatable<BatchCreateRegionsRequest>, IDeepCloneable<BatchCreateRegionsRequest>, IBufferMessage, IMessage
Constructors
BatchCreateRegionsRequest()
Declaration
public BatchCreateRegionsRequest()
BatchCreateRegionsRequest(BatchCreateRegionsRequest)
Declaration
public BatchCreateRegionsRequest(BatchCreateRegionsRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateRegionsRequest | other |
Properties
Parent
Required. The account to create one or more regions for.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |
Requests
Required. The region(s) to create. The maximum number of regions that can be created in a batch is 100.
Declaration
public RepeatedField<CreateRegionRequest> Requests { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CreateRegionRequest> |