View Source GoogleApi.Redis.V1.Model.ClusterMaintenanceSchedule (google_api_redis v0.48.0)
Upcoming maitenance schedule.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - Output only. The end time of any upcoming scheduled maintenance for this instance. -
startTime
(type:DateTime.t
, default:nil
) - Output only. The start time of any upcoming scheduled maintenance for this instance.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.ClusterMaintenanceSchedule{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.