public sealed class Schedule : IMessage<BackupPlan.Types.Schedule>, IEquatable<BackupPlan.Types.Schedule>, IDeepCloneable<BackupPlan.Types.Schedule>, IBufferMessage, IMessage
Schedule defines scheduling parameters for automatically creating Backups
via this BackupPlan.
[[["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."],[[["This document outlines the `Schedule` class within the `Google.Cloud.GkeBackup.V1` namespace, which is used for defining automated backup creation schedules in BackupPlans."],["The `Schedule` class, part of the Google Cloud GKE Backup service, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Schedule` class include `CronSchedule`, which allows specifying a cron string for defining the backup schedule, and `Paused`, which is a boolean flag to pause or resume automatic backup creation."],["The latest version available is 2.6.0, but there are versions going back to 1.0.0-beta01 available for use, each with a link to their respective documentation."],["There are two constructors available for the `Schedule` class: one takes no arguments, and the other takes a `BackupPlan.Types.Schedule` object as an argument."]]],[]]