Class AccountsResource.ClientsResource.InvitationsResource.ListRequest
Lists all the client users invitations for a client with a given account ID.
Inheritance
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ClientsResource.InvitationsResource.ListRequest : AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>, IClientServiceRequest<ListClientUserInvitationsResponse>, 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 client's sponsor buyer. (required)
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual long AccountId { get; }
Property Value
Type | Description |
---|---|
long |
ClientAccountId
Numerical account ID of the client buyer to list invitations for. (required) You must either
specify a string representation of a numerical account identifier or the -
character to list
all the invitations 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. Server may return fewer clients than requested. If unspecified, 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 ListClientUserInvitationsResponse.nextPageToken returned from the previous call to the clients.invitations.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()