View Source GoogleApi.Compute.V1.Model.FutureReservationTimeWindow (google_api_compute v0.62.0)

Attributes

  • duration (type: GoogleApi.Compute.V1.Model.Duration.t, default: nil) -
  • endTime (type: String.t, default: nil) -
  • startTime (type: String.t, default: nil) - Start time of the Future Reservation. The start_time is an RFC3339 string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FutureReservationTimeWindow{
  duration: GoogleApi.Compute.V1.Model.Duration.t() | nil,
  endTime: String.t() | nil,
  startTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.