docker-sdk-rust/docs/ContainerTopResponse.md
2025-06-16 16:37:36 +07:00

551 B

ContainerTopResponse

Properties

Name Type Description Notes
titles Option<Vec> The ps column titles [optional]
processes Option<Vec<Vec>> Each process running in the container, where each process is an array of values corresponding to the titles. [optional]

[Back to Model list] [Back to API list] [Back to README]