GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ClientUser (google_api_authorized_buyers_marketplace v0.7.0)

View Source

A user of a client who has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client.

Attributes

  • email (type: String.t, default: nil) - Required. The client user's email address that has to be unique across all users for the same client.
  • name (type: String.t, default: nil) - Output only. The resource name of the client user. Format: buyers/{accountId}/clients/{clientAccountId}/users/{userId}
  • state (type: String.t, default: nil) - Output only. The state of the client user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.ClientUser{
  email: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.