Class AccountsResource.ClientsResource.UsersResource.ListRequest
Lists all the known client users for a specified sponsor buyer account ID.
Inheritance
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ClientsResource.UsersResource.ListRequest : AdExchangeBuyerIIBaseServiceRequest<ListClientUsersResponse>, IClientServiceRequest<ListClientUsersResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, long, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, long accountId, string clientAccountId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | accountId | |
string | clientAccountId |
Properties
AccountId
Numerical account ID of the sponsor buyer of the client to list users for. (required)
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual long AccountId { get; }
Property Value
Type | Description |
---|---|
long |
ClientAccountId
The account ID of the client buyer to list users for. (required) You must specify either a
string representation of a numerical account identifier or the -
character to list all the
client users for all the clients of a given sponsor buyer.
Declaration
[RequestParameter("clientAccountId", RequestParameterType.Path)]
public virtual string ClientAccountId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the accounts.clients.users.list method.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()