oc-catalog/selfapi/model_models_schedule_db.go

19 lines
573 B
Go

/*
* 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 ModelsScheduleDb struct {
ResourceQty *ModelsExecutionRequirementsModel `json:"ResourceQty,omitempty"`
StartDate string `json:"StartDate,omitempty"`
StopDate string `json:"StopDate,omitempty"`
Workflow string `json:"Workflow,omitempty"`
}