GetJobPeriodicConfig

data class GetJobPeriodicConfig(val enabled: Boolean, val prohibitOverlap: Boolean, val spec: String, val specType: String, val timezone: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, prohibitOverlap: Boolean, spec: String, specType: String, timezone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(boolean) If periodic scheduling is enabled for the specified job.

Link copied to clipboard

(boolean) If the specified job should wait until previous instances of the job have completed.

Link copied to clipboard

(string)

Link copied to clipboard

(string)

Link copied to clipboard

(string) Time zone to evaluate the next launch interval against.