aggregatedSeverity property
Aggregated severity of the issue for all reporting contexts it affects.
Reporting contexts included in the computation of the aggregated severity
can be restricted using a filter on the reporting_context field. 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;