Delen via


DiagnosticDataTableResponseObject Klas

Tabel met diagnostische gegevens.

Overname
azure.mgmt.appcontainers._serialization.Model
DiagnosticDataTableResponseObject

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
str

Tabelnaam.

columns

Kolommen in de tabel.

rows
list[<xref:JSON>]

Rijen in de tabel.

Variabelen

Name Description
table_name
str

Tabelnaam.

columns

Kolommen in de tabel.

rows
list[<xref:JSON>]

Rijen in de tabel.