Class ListAccountsRequest
Request message for the ListAccounts
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListAccountsRequest : IMessage<ListAccountsRequest>, IEquatable<ListAccountsRequest>, IDeepCloneable<ListAccountsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAccountsRequest()
Declaration
public ListAccountsRequest()
ListAccountsRequest(ListAccountsRequest)
Declaration
public ListAccountsRequest(ListAccountsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListAccountsRequest | other |
Properties
Filter
Optional. Returns only accounts that match the filter. For more details, see the filter syntax reference.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 250 accounts are returned. The maximum value is 500; values above 500 are coerced to 500.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Optional. A page token, received from a previous ListAccounts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts
must match
the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |