google_api_ad_exchange_buyer v0.15.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.ClientUser View Source
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 via accepting an email invitation (see the accounts.clients.invitations.create method).
All fields are required unless otherwise specified.
Attributes
- clientAccountId (String.t): 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. Defaults to
nil
. - email (String.t): User's email address. The value of this field
is ignored in an update operation. Defaults to
nil
. - status (String.t): The status of the client user. Defaults to
nil
. - userId (String.t): The unique numerical ID of the client user
that has accepted an invitation.
The value of this field is ignored in an update operation. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.