GoogleApi.WalletObjects.V1.Model.JwtInsertResponse (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
resources
(type:GoogleApi.WalletObjects.V1.Model.Resources.t
, default:nil
) - Data that corresponds to the ids of the provided classes and objects in the JWT. resources will only include the non-empty arrays (i.e. if the JWT only includes eventTicketObjects, then that is the only field that will be present in resources). -
saveUri
(type:String.t
, default:nil
) - A URI that, when opened, will allow the end user to save the object(s) identified in the JWT to their Google account.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.JwtInsertResponse{ resources: GoogleApi.WalletObjects.V1.Model.Resources.t() | nil, saveUri: String.t() | nil }