Class ClientUserInvitation
An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class ClientUserInvitation : IDirectResponseSchema
Properties
ClientAccountId
Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
Declaration
[JsonProperty("clientAccountId")]
public virtual long? ClientAccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
InvitationId
The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.
Declaration
[JsonProperty("invitationId")]
public virtual long? InvitationId { get; set; }
Property Value
Type | Description |
---|---|
long? |