Struct google_adexchangebuyer2_v2_beta1::ClientUserInvitation[][src]

pub struct ClientUserInvitation {
    pub invitation_id: Option<String>,
    pub client_account_id: Option<String>,
    pub email: Option<String>,
}

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.

Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.

The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.

Trait Implementations

impl Default for ClientUserInvitation
[src]

Returns the "default value" for a type. Read more

impl Clone for ClientUserInvitation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientUserInvitation
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ClientUserInvitation
[src]

impl ResponseResult for ClientUserInvitation
[src]

Auto Trait Implementations