DataTableResponseColumn Class
Column definition.
Constructor
DataTableResponseColumn(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
column_name
|
Name of the column. |
|
data_type
|
Data type which looks like 'String' or 'Int32'. |
|
column_type
|
Column Type. |
Attributes
column_name
Name of the column.
column_name: str | None
column_type
Column Type.
column_type: str | None
data_type
Data type which looks like 'String' or 'Int32'.
data_type: str | None