Show / Hide Table of Contents

Class ListUsersRequest

Request message for the ListUsers method.

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

Constructors

ListUsersRequest()

Declaration
public ListUsersRequest()

ListUsersRequest(ListUsersRequest)

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

Properties

PageSize

Optional. The maximum number of users to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100

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

PageToken

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

When paginating, all other parameters provided to ListUsers 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 parent, which owns this collection of users. 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