Show / Hide Table of Contents

Class ListRegionsRequest

Request message for the ListRegions method.

Inheritance
object
ListRegionsRequest
Implements
IMessage<ListRegionsRequest>
IEquatable<ListRegionsRequest>
IDeepCloneable<ListRegionsRequest>
IBufferMessage
IMessage
IPageRequest
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 ListRegionsRequest : IMessage<ListRegionsRequest>, IEquatable<ListRegionsRequest>, IDeepCloneable<ListRegionsRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListRegionsRequest()

Declaration
public ListRegionsRequest()

ListRegionsRequest(ListRegionsRequest)

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

Properties

PageSize

Optional. The maximum number of regions to return. The service may return fewer than this value. If unspecified, at most 50 regions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListRegions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRegions must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

Required. The account to list regions for. Format: accounts/{account}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type Description
AccountName
In this article
Back to top Generated by DocFX