GoogleApi.WalletObjects.V1.Model.Permission (google_api_wallet_objects v0.12.0)

View Source

Attributes

  • emailAddress (type: String.t, default: nil) - The email address of the user, group, or service account to which this permission refers to.
  • role (type: String.t, default: nil) - The role granted by this permission.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.Permission{
  emailAddress: String.t() | nil,
  role: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.