Package version:

Interface DiagnosticsDefinition

Metadata of the diagnostics response

interface DiagnosticsDefinition {
    analysisTypes?: string[];
    author?: string;
    category?: string;
    description?: string;
    id?: string;
    name?: string;
    score?: number;
    supportTopicList?: DiagnosticSupportTopic[];
    type?: string;
}

Properties

analysisTypes?: string[]

List of analysis types

author?: string

Authors' names of the detector NOTE: This property will not be serialized. It can only be populated by the server.

category?: string

Category of the detector NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Details of the diagnostics info NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Unique detector name NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Display Name of the detector NOTE: This property will not be serialized. It can only be populated by the server.

score?: number

Authors' names of the detector NOTE: This property will not be serialized. It can only be populated by the server.

supportTopicList?: DiagnosticSupportTopic[]

List of support topics

type?: string

Authors' names of the detector NOTE: This property will not be serialized. It can only be populated by the server.