/* * 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 ModelsDataNewModel struct { Description string `json:"description"` // base64 encoded data Example string `json:"example"` Ftype string `json:"ftype,omitempty"` Location string `json:"location"` Logo string `json:"logo"` // Name of the data Name string `json:"name"` Protocol []string `json:"protocol,omitempty"` ShortDescription string `json:"short_description"` // Define type of data Type_ string `json:"type"` }