GoogleApi.Container.V1.Model.TimeWindow (google_api_container v0.26.0) 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
Specs
t() :: %GoogleApi.Container.V1.Model.TimeWindow{
endTime: DateTime.t() | nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.