LibpodImagesRemoveReport is the return type for image removal via the rest api.
Name | Type | Description | Notes |
---|---|---|---|
deleted | List<String> | Deleted images. | [optional] |
errors | List<String> | Image removal requires is to return data and an error. | [optional] |
exitCode | Long | ExitCode describes the exit codes as described in the `podman rmi` man page. | [optional] |
untagged | List<String> | Untagged images. Can be longer than Deleted. | [optional] |
- Serializable