Class BatchCreateRegionsResponse
Response message for the BatchCreateRegions method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class BatchCreateRegionsResponse : IMessage<BatchCreateRegionsResponse>, IEquatable<BatchCreateRegionsResponse>, IDeepCloneable<BatchCreateRegionsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateRegionsResponse()
Declaration
public BatchCreateRegionsResponse()
BatchCreateRegionsResponse(BatchCreateRegionsResponse)
Declaration
public BatchCreateRegionsResponse(BatchCreateRegionsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateRegionsResponse | other |
Properties
Regions
The created region(s).
Declaration
public RepeatedField<Region> Regions { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Region> |