GoogleApi.WalletObjects.V1.Model.TimeInterval (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
end(type:GoogleApi.WalletObjects.V1.Model.DateTime.t, default:nil) - End time of the interval. Offset is not required. If an offset is provided andstarttime is set,startmust 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 andendtime is set,endmust also include an offset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }