evaluationType property

String? evaluationType
getter/setter pair

Evaluation type Possible string values are:

  • "EVALUATION_TYPE_UNSPECIFIED" : Not specified
  • "SAP" : SAP best practices
  • "SQL_SERVER" : SQL best practices
  • "OTHER" : Customized best practices
  • "SCC_IAC" : SCC IaC (Infra as Code) best practices

Implementation

core.String? evaluationType;