severity property
The overall severity of the issue. Possible string values are:
- "SEVERITY_UNSPECIFIED" : The severity is unknown.
- "CRITICAL" : The issue causes offers to not serve.
- "ERROR" : The issue might affect offers (in the future) or might be an indicator of issues with offers.
- "SUGGESTION" : The issue is a suggestion for improvement.
Implementation
core.String? severity;