Show / Hide Table of Contents

Class AccountsResource.UsersResource.ListRequest

Lists all users of a Merchant Center account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListUsersResponse>
MerchantBaseServiceRequest<ListUsersResponse>
AccountsResource.UsersResource.ListRequest
Implements
IClientServiceRequest<ListUsersResponse>
IClientServiceRequest
Inherited Members
MerchantBaseServiceRequest<ListUsersResponse>.Xgafv
MerchantBaseServiceRequest<ListUsersResponse>.AccessToken
MerchantBaseServiceRequest<ListUsersResponse>.Alt
MerchantBaseServiceRequest<ListUsersResponse>.Callback
MerchantBaseServiceRequest<ListUsersResponse>.Fields
MerchantBaseServiceRequest<ListUsersResponse>.Key
MerchantBaseServiceRequest<ListUsersResponse>.OauthToken
MerchantBaseServiceRequest<ListUsersResponse>.PrettyPrint
MerchantBaseServiceRequest<ListUsersResponse>.QuotaUser
MerchantBaseServiceRequest<ListUsersResponse>.UploadType
MerchantBaseServiceRequest<ListUsersResponse>.UploadProtocol
ClientServiceRequest<ListUsersResponse>.Execute()
ClientServiceRequest<ListUsersResponse>.ExecuteAsStream()
ClientServiceRequest<ListUsersResponse>.ExecuteAsync()
ClientServiceRequest<ListUsersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListUsersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListUsersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListUsersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListUsersResponse>.GenerateRequestUri()
ClientServiceRequest<ListUsersResponse>.GetBody()
ClientServiceRequest<ListUsersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListUsersResponse>.ETagAction
ClientServiceRequest<ListUsersResponse>.ModifyRequest
ClientServiceRequest<ListUsersResponse>.ValidateParameters
ClientServiceRequest<ListUsersResponse>.ApiVersion
ClientServiceRequest<ListUsersResponse>.RequestParameters
ClientServiceRequest<ListUsersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.UsersResource.ListRequest : MerchantBaseServiceRequest<ListUsersResponse>, IClientServiceRequest<ListUsersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUsersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUsersResponse>.MethodName

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
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

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
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The parent, which owns this collection of users. Format: accounts/{account}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListUsersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MerchantBaseServiceRequest<ListUsersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX