GoogleApi.WalletObjects.V1.Model.CardRowTwoItems (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
endItem
(type:GoogleApi.WalletObjects.V1.Model.TemplateItem.t
, default:nil
) - The item to be displayed at the end of the row. This item will be aligned to the right. -
startItem
(type:GoogleApi.WalletObjects.V1.Model.TemplateItem.t
, default:nil
) - The item to be displayed at the start of the row. This item will be aligned to the left.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.CardRowTwoItems{ endItem: GoogleApi.WalletObjects.V1.Model.TemplateItem.t() | nil, startItem: GoogleApi.WalletObjects.V1.Model.TemplateItem.t() | nil }