expressionReportLevel property

String? expressionReportLevel
getter/setter pair

Specifies what should be included in the response. Possible string values are:

  • "LEVEL_UNSPECIFIED" : No level has been specified. Defaults to "NONE" behavior.
  • "NONE" : Do not include any additional information.
  • "FULL" : Include detailed reporting on expressions evaluated.
  • "VISITED" : Only include the expressions that were visited during evaluation.

Implementation

core.String? expressionReportLevel;