View Source GoogleApi.Container.V1.Model.TimeWindow (google_api_container v0.45.0)

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.
  • maintenanceExclusionOptions (type: GoogleApi.Container.V1.Model.MaintenanceExclusionOptions.t, default: nil) - MaintenanceExclusionOptions provides maintenance exclusion related options.
  • startTime (type: DateTime.t, default: nil) - The time that the window first starts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.TimeWindow{
  endTime: DateTime.t() | nil,
  maintenanceExclusionOptions:
    GoogleApi.Container.V1.Model.MaintenanceExclusionOptions.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.