google_api_container v0.12.3 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 Source
t() :: %GoogleApi.Container.V1.Model.TimeWindow{
  endTime: DateTime.t(),
  startTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.