severity property

String? severity
getter/setter pair

The severity of harm for this category.

Output only. Possible string values are:

  • "HARM_SEVERITY_UNSPECIFIED" : The harm severity is unspecified.
  • "HARM_SEVERITY_NEGLIGIBLE" : The harm severity is negligible.
  • "HARM_SEVERITY_LOW" : The harm severity is low.
  • "HARM_SEVERITY_MEDIUM" : The harm severity is medium.
  • "HARM_SEVERITY_HIGH" : The harm severity is high.

Implementation

core.String? severity;