View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.ClientUserInvitation (google_api_ad_exchange_buyer v0.41.0)

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

Attributes

  • clientAccountId (type: String.t, default: nil) - Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.
  • email (type: String.t, default: nil) - The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.
  • invitationId (type: String.t, default: nil) - The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ClientUserInvitation{
  clientAccountId: String.t() | nil,
  email: String.t() | nil,
  invitationId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.