/* * 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 ModelsComputingNewModel struct { Description string `json:"description"` ExecutionRequirements *ModelsExecutionRequirementsModel `json:"execution_requirements,omitempty"` License string `json:"license,omitempty"` Logo string `json:"logo"` // Name of the computing Name string `json:"name"` Owner string `json:"owner,omitempty"` Price int32 `json:"price,omitempty"` Repository *ModelsRepositoryModel `json:"repository,omitempty"` ShortDescription string `json:"short_description"` Type_ string `json:"type"` }