mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(api): add created property for schedules (#2435)
This commit is contained in:
parent
110fcc46a6
commit
7d32a6619d
3 changed files with 13 additions and 5 deletions
|
@ -251,6 +251,7 @@ type (
|
|||
ID ScheduleID `json:"Id"`
|
||||
Name string
|
||||
CronExpression string
|
||||
Created int64
|
||||
JobType JobType
|
||||
ScriptExecutionJob *ScriptExecutionJob
|
||||
SnapshotJob *SnapshotJob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue