View Source GoogleApi.WalletObjects.V1.Model.Permissions (google_api_wallet_objects v0.3.0)

Attributes

  • issuerId (type: String.t, default: nil) - ID of the issuer the list of permissions refer to.
  • permissions (type: list(GoogleApi.WalletObjects.V1.Model.Permission.t), default: nil) - The complete list of permissions for the issuer account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WalletObjects.V1.Model.Permissions{
  issuerId: String.t() | nil,
  permissions: [GoogleApi.WalletObjects.V1.Model.Permission.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.