Record
create-repository-pipeline-schedule-params
No description available.
record create-repository-pipeline-schedule-params {
workspace: string,
repo-slug: string,
type-op: string,
cron-pattern: string,
enabled: option<bool>,
target: pipeline-schedule-post-request-body-target,
}Fields
| Name | Type | Description |
|---|---|---|
| workspace | string | |
| repo-slug | string | |
| type-op | string | |
| cron-pattern | string | |
| enabled | option<bool> | |
| target | pipeline-schedule-post-request-body-target |