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. Default value: None
|
data_type
|
Data type of the column. Default value: None
|
column_type
|
Column type. Default value: None
|