Show / Hide Table of Contents

Class Schedule

Scan schedule configuration.

Inheritance
System.Object
Schedule
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1.Data
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class Schedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

IntervalDurationDays

Required. The duration of time between executions in days.

Declaration
[JsonProperty("intervalDurationDays")]
public virtual int? IntervalDurationDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ScheduleTime

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.

Declaration
[JsonProperty("scheduleTime")]
public virtual object ScheduleTime { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
Back to top