Show / Hide Table of Contents

Class BatchCreateRegionsResponse

Response message for the BatchCreateRegions method.

Inheritance
object
BatchCreateRegionsResponse
Implements
IMessage<BatchCreateRegionsResponse>
IEquatable<BatchCreateRegionsResponse>
IDeepCloneable<BatchCreateRegionsResponse>
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 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>
In this article
Back to top Generated by DocFX