public sealed class Schedule : IMessage<ScanConfig.Types.Schedule>, IEquatable<ScanConfig.Types.Schedule>, IDeepCloneable<ScanConfig.Types.Schedule>, IBufferMessage, IMessage
A timestamp indicates when the next run will be scheduled. The value is
refreshed by the server after each run. If unspecified, it will default
to current server time, which means the scan will be scheduled to start
immediately.
[[["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 latest version available for `ScanConfig.Types.Schedule` is 2.5.0, and the content includes versions ranging from 1.0.0 to 2.5.0."],["`ScanConfig.Types.Schedule` is a class used to configure scan scheduling within the `Google.Cloud.WebSecurityScanner.V1` namespace and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ScanConfig.Types.Schedule` includes two constructors, one default and one that accepts another `ScanConfig.Types.Schedule` object as a parameter."],["`ScanConfig.Types.Schedule` has two properties: `IntervalDurationDays`, which specifies the duration in days between executions, and `ScheduleTime`, a timestamp indicating when the next scan run will occur."],["This `ScanConfig.Types.Schedule` class inherits from `Object`, and provides access to several methods from the inherited object class, `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]