View Source GoogleApi.Redis.V1beta1.Model.WeeklyMaintenanceWindow (google_api_redis v0.42.0)

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

Attributes

  • day (type: String.t, default: nil) - Required. The day of week that maintenance updates occur.
  • duration (type: String.t, default: nil) - Output only. Duration of the maintenance window. The current window is fixed at 1 hour.
  • startTime (type: GoogleApi.Redis.V1beta1.Model.TimeOfDay.t, default: nil) - Required. Start time of the window in UTC time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.WeeklyMaintenanceWindow{
  day: String.t() | nil,
  duration: String.t() | nil,
  startTime: GoogleApi.Redis.V1beta1.Model.TimeOfDay.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.