Compartir a través de


Solution interface

Class Representing Solution for problems detected.

Properties

data

Solution Data.

description

Description of the solution

displayName

Display Name of the solution

id

Solution Id.

metadata

Solution Metadata.

order

Order of the solution.

type

Type of Solution

Property Details

data

Solution Data.

data?: NameValuePair[][]

Property Value

description

Description of the solution

description?: string

Property Value

string

displayName

Display Name of the solution

displayName?: string

Property Value

string

id

Solution Id.

id?: number

Property Value

number

metadata

Solution Metadata.

metadata?: NameValuePair[][]

Property Value

order

Order of the solution.

order?: number

Property Value

number

type

Type of Solution

type?: SolutionType

Property Value