public sealed class ScanConfig.Types.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 document provides reference documentation for the `ScanConfig.Types.Schedule` class within the Google Cloud Web Security Scanner v1 API."],["The `ScanConfig.Types.Schedule` class is used to define the configuration for scan schedules."],["The latest version of this class is 2.5.0, and there are several prior versions available, ranging down to version 1.0.0."],["Key properties of the `ScanConfig.Types.Schedule` class include `IntervalDurationDays`, which sets the time between scan executions in days, and `ScheduleTime`, which defines when the next run is set to occur."],["The `ScanConfig.Types.Schedule` class also inherits from other interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."]]],[]]