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.

Implementation

core.String? evaluationType;