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."],[[["The document provides reference documentation for the `ScanConfig.Types.Schedule` class within the Web Security Scanner v1 API."],["This class, `ScanConfig.Types.Schedule`, is used for configuring the schedule of web security scans and inherits from `Object` while implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors available for the `Schedule` class, one default and another taking an instance of `ScanConfig.Types.Schedule` as a parameter for creating a copy."],["The class includes two properties: `IntervalDurationDays`, an integer specifying the number of days between scan executions, and `ScheduleTime`, a timestamp to determine the next scan time."],["The document includes links to many versions of this class, ranging from 1.0.0 to 2.5.0 (latest)."]]],[]]