Class ListSubAccountsRequest
Request message for the ListSubAccounts
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class ListSubAccountsRequest : IMessage<ListSubAccountsRequest>, IEquatable<ListSubAccountsRequest>, IDeepCloneable<ListSubAccountsRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListSubAccountsRequest()
Declaration
public ListSubAccountsRequest()
ListSubAccountsRequest(ListSubAccountsRequest)
Declaration
public ListSubAccountsRequest(ListSubAccountsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListSubAccountsRequest | other |
Properties
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 |
Implements
Provider
Required. The parent account.
Format: accounts/{account}
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
ProviderAsAccountName
AccountName-typed view over the Provider resource name property.
Declaration
public AccountName ProviderAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |