Record
pipeline-schedule
No description available.
record pipeline-schedule {
type-op: string,
created-on: option<string>,
cron-pattern: option<string>,
enabled: option<bool>,
target: option<pipeline-ref-target>,
updated-on: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| created-on | option<string> | |
| cron-pattern | option<string> | |
| enabled | option<bool> | |
| target | option<pipeline-ref-target> | |
| updated-on | option<string> | |
| uuid | option<string> |