Show / Hide Table of Contents

Class ListAccountsRequest

Request message for the accounts.list method.

Inheritance
object
ListAccountsRequest
Implements
IMessage<ListAccountsRequest>
IEquatable<ListAccountsRequest>
IDeepCloneable<ListAccountsRequest>
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 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
IPageRequest.PageSize

PageToken

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

When paginating, all other parameters provided in the accounts.list request must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken
In this article
Back to top Generated by DocFX