ContainerExecRequestTerminalSize Class
The size of the terminal.
Constructor
ContainerExecRequestTerminalSize(*, rows: int | None = None, cols: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
rows
|
The row size of the terminal. Default value: None
|
|
cols
|
The column size of the terminal. Default value: None
|