Name | Type | Description | Notes |
---|---|---|---|
Type_ | string | [default to null] | |
Uuid | string | The UUID identifying the schedule. | [optional] [default to null] |
Enabled | bool | Whether the schedule is enabled. | [optional] [default to null] |
Target | *PipelineTarget | The target on which the schedule will be executed. | [optional] [default to null] |
Selector | *PipelineSelector | [optional] [default to null] | |
CronPattern | string | The cron expression that the schedule applies. | [optional] [default to null] |
CreatedOn | time.Time | The timestamp when the schedule was created. | [optional] [default to null] |
UpdatedOn | time.Time | The timestamp when the schedule was updated. | [optional] [default to null] |