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