Show / Hide Table of Contents

Class ListGbpAccountsRequest

Request message for the ListGbpAccounts method.

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

Constructors

ListGbpAccountsRequest()

Declaration
public ListGbpAccountsRequest()

ListGbpAccountsRequest(ListGbpAccountsRequest)

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

Properties

PageSize

Optional. The maximum number of GbpAccount resources to return. The service returns fewer than this value if the number of gbp accounts is less that than the pageSize. The default value is 50. The maximum value is 1000; If a value higher than the maximum is specified, then the pageSize will default to the maximum.

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

PageToken

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

When paginating, all other parameters provided to ListGbpAccounts 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 name of the parent resource under which the GBP accounts are listed. 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