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

A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is through accepting an email invitation (see the accounts.clients.invitations.create method). All fields are required unless otherwise specified.

Attributes

  • clientAccountId (type: String.t, default: nil) - Numerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation.
  • email (type: String.t, default: nil) - User's email address. The value of this field is ignored in an update operation.
  • status (type: String.t, default: nil) - The status of the client user.
  • userId (type: String.t, default: nil) - The unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.