aggregatedSeverity property

String? aggregatedSeverity
getter/setter pair

Severity of an issue aggregated for destination. Possible string values are:

  • "AGGREGATED_ISSUE_SEVERITY_UNSPECIFIED" : Undefined Issue severity.
  • "DISAPPROVED" : Issue disapproves the product in at least one of the selected destinations.
  • "DEMOTED" : Issue demotes the product in all selected destinations it affects.
  • "PENDING" : Issue resolution is PENDING_PROCESSING.

Implementation

core.String? aggregatedSeverity;