Share via


DiagnosticDataTableResponseObject Class

Diagnostics data table.

Constructor

DiagnosticDataTableResponseObject(*, table_name: str | None = None, columns: list['_models.DiagnosticDataTableResponseColumn'] | None = None, rows: list[collections.abc.MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
table_name
str

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
str

Table name.

columns

Columns in the table.

rows
list[<xref:JSON>]

Rows in the table.