Class AccountsResource.ClientsResource.InvitationsResource.CreateRequest
Creates and sends out an email invitation to access an Ad Exchange client buyer account.
Inheritance
AccountsResource.ClientsResource.InvitationsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.ClientsResource.InvitationsResource.CreateRequest : AdExchangeBuyerIIBaseServiceRequest<ClientUserInvitation>, IClientServiceRequest<ClientUserInvitation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, ClientUserInvitation, long, long)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, ClientUserInvitation body, long accountId, long clientAccountId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ClientUserInvitation | body | |
long | accountId | |
long | 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 that the user should be associated with. (required)
Declaration
[RequestParameter("clientAccountId", RequestParameterType.Path)]
public virtual long ClientAccountId { get; }
Property Value
Type | Description |
---|---|
long |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()