Show / Hide Table of Contents

Class BatchUpdateRegionsResponse

Response message for the BatchUpdateRegions method.

Inheritance
object
BatchUpdateRegionsResponse
Implements
IMessage<BatchUpdateRegionsResponse>
IEquatable<BatchUpdateRegionsResponse>
IDeepCloneable<BatchUpdateRegionsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX