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] |