/* * 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 ModelsWorkflow struct { // State of the mxgraph MxgraphXML string `json:"MxgraphXML,omitempty"` Computing *ModelsComputingObject `json:"computing,omitempty"` Data *ModelsDataObject `json:"data,omitempty"` Datacenter *ModelsDatacenterObject `json:"datacenter,omitempty"` Schedules *ModelsWorkflowSchedule `json:"schedules,omitempty"` Storage *ModelsStorageObject `json:"storage,omitempty"` }