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

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.