GoogleApi.WebSecurityScanner.V1alpha.Model.Schedule (google_api_web_security_scanner v0.19.0)
View SourceScan schedule configuration.
Attributes
-
intervalDurationDays
(type:integer()
, default:nil
) - Required. The duration of time between executions in days. -
scheduleTime
(type:DateTime.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.Schedule{ intervalDurationDays: integer() | nil, scheduleTime: DateTime.t() | nil }