Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

PipelineSchedule.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

PipelineSchedule

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The UUID identifying the schedule. [optional] [default to null]
Enabled bool Whether the schedule is enabled. [optional] [default to null]
Target *PipelineTarget The target on which the schedule will be executed. [optional] [default to null]
Selector *PipelineSelector [optional] [default to null]
CronPattern string The cron expression that the schedule applies. [optional] [default to null]
CreatedOn time.Time The timestamp when the schedule was created. [optional] [default to null]
UpdatedOn time.Time The timestamp when the schedule was updated. [optional] [default to null]

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