oc-catalog/selfapi/model_models_search_result.go

19 lines
515 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 ModelsSearchResult struct {
Computing []ModelsComputingModel `json:"computing"`
Data []ModelsDataModel `json:"data,omitempty"`
Datacenter []ModelsDatacenterModel `json:"datacenter,omitempty"`
Storage []ModelsStorageModel `json:"storage,omitempty"`
}