aggregatedSeverity property

String? aggregatedSeverity
getter/setter pair

Aggregated severity of the issue for all reporting contexts it affects.

This field can be used for filtering the results. Possible string values are:

  • "AGGREGATED_ISSUE_SEVERITY_UNSPECIFIED" : Not specified.
  • "DISAPPROVED" : Issue disapproves the product in at least one reporting context.
  • "DEMOTED" : Issue demotes the product in all reporting contexts it affects.
  • "PENDING" : Issue resolution is PENDING_PROCESSING.

Implementation

core.String? aggregatedSeverity;