severity property

String? severity
getter/setter pair

Severity of this issue: WARNING, or ERROR.

Items with an issue of status ERROR cannot appear with rich result features in Google Search results. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Unknown severity.
  • "WARNING" : Warning.
  • "ERROR" : Error.

Implementation

core.String? severity;