View Source GoogleApi.WalletObjects.V1.Model.Permission (google_api_wallet_objects v0.9.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.