GoogleApi.Redis.V1.Model.ClusterWeeklyMaintenanceWindow (google_api_redis v0.51.0)
View SourceTime 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.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, startTime: GoogleApi.Redis.V1.Model.TimeOfDay.t() | nil }