google_api_container v0.11.0 GoogleApi.Container.V1.Model.TimeWindow View Source
Represents an arbitrary window of time.
Attributes
endTime
(type:DateTime.t
, default:nil
) - The time that the window ends. The end time should take place after the start time.startTime
(type:DateTime.t
, default:nil
) - The time that the window first starts.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Container.V1.Model.TimeWindow{ endTime: DateTime.t(), startTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.