severity property

String? severity
getter/setter pair

Severity of the issue Possible string values are:

  • "ISSUE_SEVERITY_UNSPECIFIED" : Unspecified issue severity
  • "ISSUE_SEVERITY_INFO" : Info
  • "ISSUE_SEVERITY_WARNING" : Warning
  • "ISSUE_SEVERITY_ERROR" : Error

Implementation

core.String? severity;