ListGbpAccountsRequest

ListGbpAccountsRequest

Request message for the ListGbpAccounts method.

Fields
parent

string

Required. The name of the parent resource under which the GBP accounts are listed. Format: accounts/{account} .

page_size

int32

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.

page_token

string

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.