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

View Source

Attributes

  • gate (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventSeat".
  • row (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
  • seat (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable so you may translate words or use different alphabets for the characters in an identifier.
  • section (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - The section of the seat, such as "121". This field is localizable so you may translate words or use different alphabets for the characters in an identifier.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.EventSeat{
  gate: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  kind: String.t() | nil,
  row: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  seat: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  section: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.