Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.06 KB

PipelineSchedule.md

File metadata and controls

15 lines (12 loc) · 1.06 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 *PipelineRefTarget [optional] [default to null]
CronPattern string The cron expression with second precision (7 fields) that the schedule applies. For example, for expression: 0 0 12 * * ? *, will execute at 12pm UTC every day. [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]