category property
Category that is being targeted. Possible string values are:
- "CATEGORY_UNSPECIFIED" : Default unspecified category. Don't use directly.
- "COST" : Indicates a potential increase or decrease in cost.
- "SECURITY" : Indicates a potential increase or decrease in security.
- "PERFORMANCE" : Indicates a potential increase or decrease in performance.
- "MANAGEABILITY" : Indicates a potential increase or decrease in manageability.
- "SUSTAINABILITY" : Indicates a potential increase or decrease in sustainability.
- "RELIABILITY" : Indicates a potential increase or decrease in reliability.
Implementation
core.String? category;