Class BatchDeleteRegionsRequest
Request message for the BatchDeleteRegions
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class BatchDeleteRegionsRequest : IMessage<BatchDeleteRegionsRequest>, IEquatable<BatchDeleteRegionsRequest>, IDeepCloneable<BatchDeleteRegionsRequest>, IBufferMessage, IMessage
Constructors
BatchDeleteRegionsRequest()
Declaration
public BatchDeleteRegionsRequest()
BatchDeleteRegionsRequest(BatchDeleteRegionsRequest)
Declaration
public BatchDeleteRegionsRequest(BatchDeleteRegionsRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteRegionsRequest | other |
Properties
Parent
Required. The account to delete one or more regions from.
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 names of the regions to delete. A maximum of 100 regions can be deleted in a batch.
Declaration
public RepeatedField<DeleteRegionRequest> Requests { get; }
Property Value
Type | Description |
---|---|
RepeatedField<DeleteRegionRequest> |