Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 783 Bytes

PipelineSchedulePostRequestBody.md

File metadata and controls

12 lines (9 loc) · 783 Bytes

PipelineSchedulePostRequestBody

Properties

Name Type Description Notes
Type_ string [default to null]
Target *PipelineSchedulePostRequestBodyTarget [default to null]
Enabled bool Whether the schedule is enabled. [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. [default to null]

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