/* * 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 ModelsWorkspace struct { Workflows *ModelsWorkflow `json:"Workflows,omitempty"` Computing []string `json:"computing,omitempty"` Data []string `json:"data,omitempty"` Datacenter []string `json:"datacenter,omitempty"` Storage []string `json:"storage,omitempty"` UserId string `json:"user_id,omitempty"` }