Tizen_4.0 base
[platform/upstream/docker-engine.git] / api / types / container / container_wait.go
1 package container
2
3 // ----------------------------------------------------------------------------
4 // DO NOT EDIT THIS FILE
5 // This file was generated by `swagger generate operation`
6 //
7 // See hack/generate-swagger-api.sh
8 // ----------------------------------------------------------------------------
9
10 // ContainerWaitOKBody container wait o k body
11 // swagger:model ContainerWaitOKBody
12 type ContainerWaitOKBody struct {
13
14         // Exit code of the container
15         // Required: true
16         StatusCode int64 `json:"StatusCode"`
17 }