verdict property

String? verdict
getter/setter pair

Verdict indicates the assessment result. Possible string values are:

  • "VERDICT_UNSPECIFIED" : The verdict is unspecified.
  • "PASS" : The assessment has passed.
  • "FAIL" : The assessment has failed.

Implementation

core.String? verdict;