Share via


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
int

The row size of the terminal.

Default value: None
cols
int

The column size of the terminal.

Default value: None

Variables

Name Description
rows
int

The row size of the terminal.

cols
int

The column size of the terminal.