public sealed class Schedule : IMessage<ScanConfig.Types.Schedule>, IEquatable<ScanConfig.Types.Schedule>, IDeepCloneable<ScanConfig.Types.Schedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class ScanConfig.Types.Schedule.
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."],[[["This webpage provides documentation for the `ScanConfig.Types.Schedule` class within the Google Cloud Web Security Scanner v1 API, specifically for version 2.1.0."],["The `ScanConfig.Types.Schedule` class is used to configure the schedule for web security scans and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `Schedule()` and `Schedule(ScanConfig.Types.Schedule other)`, allowing for the creation of new instances and copies."],["Key properties of the `Schedule` class include `IntervalDurationDays`, which sets the duration between scan executions, and `ScheduleTime`, which determines the next scheduled run time."],["The Google Web Security Scanner API has versions ranging from 1.0.0 to the latest 2.5.0, with this specific documentation being for version 2.1.0."]]],[]]