View Source GoogleApi.Redis.V1.Model.ClusterWeeklyMaintenanceWindow (google_api_redis v0.43.0)

Time window specified for weekly operations.

Attributes

  • day (type: String.t, default: nil) - Allows to define schedule that runs specified day of the week.
  • duration (type: String.t, default: nil) - Duration of the time window.
  • startTime (type: GoogleApi.Redis.V1.Model.TimeOfDay.t, default: nil) - Start time of the window in UTC.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.