GoogleApi.WalletObjects.V1.Model.GenericObjectListResponse (google_api_wallet_objects v0.12.0)
View SourceList response which contains the list of all generic objects for a given issuer ID.
Attributes
-
pagination
(type:GoogleApi.WalletObjects.V1.Model.Pagination.t
, default:nil
) - Pagination of the response. -
resources
(type:list(GoogleApi.WalletObjects.V1.Model.GenericObject.t)
, default:nil
) - Resources corresponding to the list request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.GenericObjectListResponse{ pagination: GoogleApi.WalletObjects.V1.Model.Pagination.t() | nil, resources: [GoogleApi.WalletObjects.V1.Model.GenericObject.t()] | nil }