Show / Hide Table of Contents

Class AccountsResource.ClientsResource.InvitationsResource

The "invitations" collection of methods.

Inheritance
object
AccountsResource.ClientsResource.InvitationsResource
Inherited Members
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

Constructors

InvitationsResource(IClientService)

Constructs a new resource.

Declaration
public InvitationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(ClientUserInvitation, long, long)

Creates and sends out an email invitation to access an Ad Exchange client buyer account.

Declaration
public virtual AccountsResource.ClientsResource.InvitationsResource.CreateRequest Create(ClientUserInvitation body, long accountId, long clientAccountId)
Parameters
Type Name Description
ClientUserInvitation body

The body of the request.

long accountId

Numerical account ID of the client's sponsor buyer. (required)

long clientAccountId

Numerical account ID of the client buyer that the user should be associated with. (required)

Returns
Type Description
AccountsResource.ClientsResource.InvitationsResource.CreateRequest

Get(long, long, long)

Retrieves an existing client user invitation.

Declaration
public virtual AccountsResource.ClientsResource.InvitationsResource.GetRequest Get(long accountId, long clientAccountId, long invitationId)
Parameters
Type Name Description
long accountId

Numerical account ID of the client's sponsor buyer. (required)

long clientAccountId

Numerical account ID of the client buyer that the user invitation to be retrieved is associated with. (required)

long invitationId

Numerical identifier of the user invitation to retrieve. (required)

Returns
Type Description
AccountsResource.ClientsResource.InvitationsResource.GetRequest

List(long, string)

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

Declaration
public virtual AccountsResource.ClientsResource.InvitationsResource.ListRequest List(long accountId, string clientAccountId)
Parameters
Type Name Description
long accountId

Numerical account ID of the client's sponsor buyer. (required)

string 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.

Returns
Type Description
AccountsResource.ClientsResource.InvitationsResource.ListRequest
In this article
Back to top Generated by DocFX