blockReason property

String? blockReason
getter/setter pair

Blocked reason.

Output only. Possible string values are:

  • "BLOCKED_REASON_UNSPECIFIED" : Unspecified blocked reason.
  • "SAFETY" : Candidates blocked due to safety.
  • "OTHER" : Candidates blocked due to other reason.

Implementation

core.String? blockReason;