Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 732 Bytes

JobType.md

File metadata and controls

13 lines (9 loc) · 732 Bytes

JobType

Properties

Name Type Description Notes
Enabled bool Whether the job type is enabled and able to run. [optional] [default to null]
Policy string Default impact policy of this job type. [optional] [default to null]
Priority int32 Default priority of this job type; lower numbers preempt higher numbers. [optional] [default to null]
Schedule string The schedule on which this job type is queued, if any. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]