public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessage
Upcoming maintenance schedule. If no maintenance is scheduled, fields are not
populated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `MaintenanceSchedule` class in the `Google.Cloud.Redis.V1Beta1` namespace provides details about upcoming maintenance schedules, which are not populated if no maintenance is scheduled."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message handling."],["The `MaintenanceSchedule` class includes properties such as `CanReschedule`, `EndTime`, `ScheduleDeadlineTime`, and `StartTime`, to get information about maintenance such as if it can be rescheduled, start time, and end time."],["The class offers two constructors, one default and one allowing for the creation of a `MaintenanceSchedule` object from another `MaintenanceSchedule` instance."]]],[]]