DiagnosticDataTableResponseObject Class
Diagnostics data table.
Constructor
DiagnosticDataTableResponseObject(*, table_name: str | None = None, columns: List[_models.DiagnosticDataTableResponseColumn] | None = None, rows: List[MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
table_name
|
Table name. Default value: None
|
|
columns
|
Columns in the table. Default value: None
|
|
rows
|
list[<xref:JSON>]
Rows in the table. Default value: None
|
Variables
| Name | Description |
|---|---|
|
table_name
|
Table name. |
|
columns
|
Columns in the table. |
|
rows
|
list[<xref:JSON>]
Rows in the table. |