severity property

String? severity
getter/setter pair

The severity of the issue.

Output only. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Severity unspecified.
  • "WARNING" : The issue is the warning.
  • "ERROR" : The issue is an error.

Implementation

core.String? severity;