/* * oc-catalog API * * Backend of the oc-search project * * API version: 1.0.0 * Contact: opencloud@irt-saintexupery.com * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package swagger type ModelsWorkflowSchedule struct { // Service: true, Task: false IsService bool `json:"IsService,omitempty"` StartDate string `json:"StartDate,omitempty"` StopDate string `json:"StopDate,omitempty"` Cron string `json:"cron,omitempty"` // Durantion in seconds Duration int32 `json:"duration,omitempty"` Events string `json:"events,omitempty"` IsBooked bool `json:"isBooked,omitempty"` }