/* * MEEP Controller REST API * * MEEP Controller REST API * * API version: 1.0.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package model type Release struct { // Release name Name string `json:"name,omitempty"` // Current release state State string `json:"state,omitempty"` }