ContainerExecResponse interface
The information for the container exec command.
Properties
password | The password to start the exec command. |
web |
The uri for the exec websocket. |
Property Details
password
The password to start the exec command.
password?: string
Property Value
string
webSocketUri
The uri for the exec websocket.
webSocketUri?: string
Property Value
string