Show / Hide Table of Contents

Class ListRegionsResponse

Response message for the ListRegions method.

Inheritance
object
ListRegionsResponse
Implements
IMessage<ListRegionsResponse>
IEquatable<ListRegionsResponse>
IDeepCloneable<ListRegionsResponse>
IBufferMessage
IMessage
IPageResponse<Region>
IEnumerable<Region>
IEnumerable
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 ListRegionsResponse : IMessage<ListRegionsResponse>, IEquatable<ListRegionsResponse>, IDeepCloneable<ListRegionsResponse>, IBufferMessage, IMessage, IPageResponse<Region>, IEnumerable<Region>, IEnumerable

Constructors

ListRegionsResponse()

Declaration
public ListRegionsResponse()

ListRegionsResponse(ListRegionsResponse)

Declaration
public ListRegionsResponse(ListRegionsResponse other)
Parameters
Type Name Description
ListRegionsResponse other

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Regions

The regions from the specified business.

Declaration
public RepeatedField<Region> Regions { get; }
Property Value
Type Description
RepeatedField<Region>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<Region> GetEnumerator()
Returns
Type Description
IEnumerator<Region>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX