Show / Hide Table of Contents

Class ClientUserInvitation

An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.

Inheritance
object
ClientUserInvitation
Implements
IDirectResponseSchema
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.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

Email

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX