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

View Source

Attributes

  • 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

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.CardRowTwoItems{
  endItem: GoogleApi.WalletObjects.V1.Model.TemplateItem.t() | nil,
  startItem: GoogleApi.WalletObjects.V1.Model.TemplateItem.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.