Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 859 Bytes

PipelineScheduleAllOf.md

File metadata and controls

16 lines (12 loc) · 859 Bytes

PipelineScheduleAllOf

Properties

Name Type Description Notes
created_on datetime The timestamp when the schedule was created. [optional]
cron_pattern str The cron expression that the schedule applies. [optional]
enabled bool Whether the schedule is enabled. [optional]
selector PipelineSelector [optional]
target PipelineTarget [optional]
updated_on datetime The timestamp when the schedule was updated. [optional]
uuid str The UUID identifying the schedule. [optional]

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