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

View Source

Attributes

  • address (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - The address of the venue, such as "24 Willie Mays Plaza\nSan Francisco, CA 94107". Address lines are separated by line feed (\n) characters. This is required.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#eventVenue".
  • name (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - The name of the venue, such as "AT&T Park". This is required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.EventVenue{
  address: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  kind: String.t() | nil,
  name: 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.