2018-03-21 14:15:19 -07:00
# V1ContainerStateTerminated
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**ContainerID** | **string** | Container& #39 ; s ID in the format & #39 ; docker://< container_id>& #39 ; | [optional]
**ExitCode** | **int32** | Exit status from the last termination of the container |
**FinishedAt** | [**time.Time** ](time.Time.md ) | Time at which the container last terminated | [optional]
**Message** | **string** | Message regarding the last termination of the container | [optional]
**Reason** | **string** | (brief) reason from the last termination of the container | [optional]
**Signal** | **int32** | Signal from the last termination of the container | [optional]
**StartedAt** | [**time.Time** ](time.Time.md ) | Time at which previous execution of the container started | [optional]
2018-03-21 14:15:19 -07:00
[[Back to Model list]](../README.md#documentation -for-models) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to README]](../README.md)