category property

String? category
getter/setter pair

Category being targeted by the insight. Possible string values are:

  • "CATEGORY_UNSPECIFIED" : Unspecified category.
  • "COST" : The insight is related to cost.
  • "SECURITY" : The insight is related to security.
  • "PERFORMANCE" : The insight is related to performance.
  • "MANAGEABILITY" : This insight is related to manageability.
  • "SUSTAINABILITY" : The insight is related to sustainability.
  • "RELIABILITY" : This insight is related to reliability.

Implementation

core.String? category;