Package version:

Interface DiagnosticDataTableResponseColumn

Diagnostics data column

interface DiagnosticDataTableResponseColumn {
    columnName?: string;
    columnType?: string;
    dataType?: string;
}

Properties

columnName?: string

Column name

columnType?: string

Column type

dataType?: string

Data type of the column