FieldCheck
@Serializable
@SerialName(value = "FieldCheck")
Field check instance of the check, extends VerifyCheck.
Constructors
Link copied to clipboard
constructor(name: String?, result: CheckResult?, performedChecks: Int?, details: DetailDictionary?, checks: List<VerifyCheck>?, field: FieldType)
Properties
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
Information about the check result.