priority property
The priority for this warning. Possible string values are:
- "PRIORITY_UNSPECIFIED" : Should not be used.
- "INFO" : e.g. deprecation warnings and alternative feature highlights.
- "WARNING" : e.g. automated detection of possible issues with the build.
- "ALERT" : e.g. alerts that a feature used in the build is pending removal
Implementation
core.String? priority;