DetailedCheck
@Serializable
@SerialName(value = "DetailedCheck")
Detailed check instance of the check, extends VerifyCheck.
Constructors
Link copied to clipboard
constructor(name: String?, result: CheckResult?, performedChecks: Int?, details: DetailDictionary?, checks: List<VerifyCheck>?, recommendedOutcome: String?, certaintyLevel: CertaintyLevel?)
Properties
Link copied to clipboard
Indicates the degree of certainty of the performed check.
Link copied to clipboard
Array of children checks that contributes to the overall result of this check.
Link copied to clipboard
Additional information about the check. Structured as a key value pairs.
Link copied to clipboard
Number of performed children checks.
Link copied to clipboard
Recommended outcome of the performed check.
Link copied to clipboard
Information about the check result.