ContainerExecRequest Class
The container exec request.
Constructor
ContainerExecRequest(*, command: str | None = None, terminal_size: _models.ContainerExecRequestTerminalSize | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
command
|
The command to be executed. Default value: None
|
|
terminal_size
|
The size of the terminal. Default value: None
|
Variables
| Name | Description |
|---|---|
|
command
|
The command to be executed. |
|
terminal_size
|
The size of the terminal. |