severity property

String? severity
getter/setter pair

How this issue affects serving of the promotion.

Output only. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Not specified.
  • "NOT_IMPACTED" : This issue represents a warning and does not have a direct affect on the promotion.
  • "DEMOTED" : The promotion is demoted and most likely have limited performance in search results
  • "DISAPPROVED" : Issue disapproves the promotion.

Implementation

core.String? severity;