Show / Hide Table of Contents

Class AccountsResource.ClientsResource.InvitationsResource.ListRequest

Lists all the client users invitations for a client with a given account ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListClientUserInvitationsResponse>
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>
AccountsResource.ClientsResource.InvitationsResource.ListRequest
Implements
IClientServiceRequest<ListClientUserInvitationsResponse>
IClientServiceRequest
Inherited Members
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.Xgafv
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.AccessToken
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.Alt
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.Callback
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.Fields
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.Key
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.OauthToken
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.PrettyPrint
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.QuotaUser
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.UploadType
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.UploadProtocol
ClientServiceRequest<ListClientUserInvitationsResponse>.Execute()
ClientServiceRequest<ListClientUserInvitationsResponse>.ExecuteAsStream()
ClientServiceRequest<ListClientUserInvitationsResponse>.ExecuteAsync()
ClientServiceRequest<ListClientUserInvitationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListClientUserInvitationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListClientUserInvitationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListClientUserInvitationsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListClientUserInvitationsResponse>.GenerateRequestUri()
ClientServiceRequest<ListClientUserInvitationsResponse>.GetBody()
ClientServiceRequest<ListClientUserInvitationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListClientUserInvitationsResponse>.ETagAction
ClientServiceRequest<ListClientUserInvitationsResponse>.ModifyRequest
ClientServiceRequest<ListClientUserInvitationsResponse>.ValidateParameters
ClientServiceRequest<ListClientUserInvitationsResponse>.ApiVersion
ClientServiceRequest<ListClientUserInvitationsResponse>.RequestParameters
ClientServiceRequest<ListClientUserInvitationsResponse>.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.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
ClientServiceRequest<ListClientUserInvitationsResponse>.HttpMethod

MethodName

Gets the method name.

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

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
ClientServiceRequest<ListClientUserInvitationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AdExchangeBuyerIIBaseServiceRequest<ListClientUserInvitationsResponse>.InitParameters()

Implements

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