View Source GoogleApi.Redis.V1beta1.Model.ClusterWeeklyMaintenanceWindow (google_api_redis v0.48.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. -
startTime
(type:GoogleApi.Redis.V1beta1.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.V1beta1.Model.ClusterWeeklyMaintenanceWindow{ day: String.t() | nil, startTime: GoogleApi.Redis.V1beta1.Model.TimeOfDay.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.