DiagnosticDataTableResponseObject interface

Diagnostics data table

Properties

columns

Columns in the table

rows

Rows in the table

tableName

Table name

Property Details

columns

Columns in the table

columns?: DiagnosticDataTableResponseColumn[]

Property Value

rows

Rows in the table

rows?: any[]

Property Value

any[]

tableName

Table name

tableName?: string

Property Value

string