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