DiagnosticDataTableResponseColumn Class
Diagnostics data column.
Constructor
DiagnosticDataTableResponseColumn(*, column_name: str | None = None, data_type: str | None = None, column_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
column_name
|
Column name. |
data_type
|
Data type of the column. |
column_type
|
Column type. |
Variables
Name | Description |
---|---|
column_name
|
Column name. |
data_type
|
Data type of the column. |
column_type
|
Column type. |