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

View Source

Attributes

  • end (type: GoogleApi.WalletObjects.V1.Model.DateTime.t, default: nil) - End time of the interval. Offset is not required. If an offset is provided and start time is set, start must also include an offset.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#timeInterval".
  • start (type: GoogleApi.WalletObjects.V1.Model.DateTime.t, default: nil) - Start time of the interval. Offset is not required. If an offset is provided and end time is set, end must also include an offset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.TimeInterval{
  end: GoogleApi.WalletObjects.V1.Model.DateTime.t() | nil,
  kind: String.t() | nil,
  start: GoogleApi.WalletObjects.V1.Model.DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.