DataTableResponseObject Class

Data Table which defines columns and raw row values.

Constructor

DataTableResponseObject(*args: Any, **kwargs: Any)

Variables

Name Description
table_name
str

Name of the table.

columns

List of columns with data types.

rows

Raw row values.

Attributes

columns

List of columns with data types.

columns: list['_models.DataTableResponseColumn'] | None

rows

Raw row values.

rows: list[list[str]] | None

table_name

Name of the table.

table_name: str | None