ContainerExecResponse Class
The information for the container exec command.
Constructor
ContainerExecResponse(*, web_socket_uri: str | None = None, password: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
web_socket_uri
|
The uri for the exec websocket. Default value: None
|
|
password
|
The password to start the exec command. Default value: None
|