evaluationKind property
Whether this child job was a statement or expression. Possible string values are:
- "EVALUATION_KIND_UNSPECIFIED" : Default value.
- "STATEMENT" : The statement appears directly in the script.
- "EXPRESSION" : The statement evaluates an expression that appears in the script.
Implementation
core.String? evaluationKind;