GoogleApi.DataFusion.V1.Model.TimeWindow (google_api_data_fusion v0.27.0)
View SourceRepresents an arbitrary window of time.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Required. The end time of the time window provided in RFC 3339 format. The end time should take place after the start time. Example: "2024-01-02T12:04:06-06:00" -
startTime
(type:DateTime.t
, default:nil
) - Required. The start time of the time window provided in RFC 3339 format. Example: "2024-01-01T12:04:06-04:00"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataFusion.V1.Model.TimeWindow{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }