GoogleApi.WalletObjects.V1.Model.Permissions (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
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 }