Package version:

Interface DiagnosticsDataApiResponse

Diagnostics data returned from a detector

interface DiagnosticsDataApiResponse {
    renderingProperties?: DiagnosticRendering;
    table?: DiagnosticDataTableResponseObject;
}

Properties

renderingProperties?: DiagnosticRendering

Details of the table response

Table response