google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.ClientUserInvitation View Source

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

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.ClientUserInvitation{
  clientAccountId: String.t(),
  email: String.t(),
  invitationId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.