package container // ---------------------------------------------------------------------------- // DO NOT EDIT THIS FILE // This file was generated by `swagger generate operation` // // See hack/swagger-gen.sh // ---------------------------------------------------------------------------- // ContainerWaitOKBody container wait o k body // swagger:model ContainerWaitOKBody type ContainerWaitOKBody struct { // Exit code of the container // Required: true StatusCode int64 `json:"StatusCode"` }