google_api_web_security_scanner v0.14.1 GoogleApi.WebSecurityScanner.V1alpha.Model.Schedule View Source

Scan 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.Schedule{
  intervalDurationDays: integer(),
  scheduleTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.