conditionType property

String? conditionType
getter/setter pair

The type of the condition. Possible string values are:

  • "CONDITION_TYPE_UNSPECIFIED" : Unspecified condition type.
  • "EXPRESSION_EVALUATION_SUCCESS" : The expression evaluation was successful.
  • "EXPRESSION_EVALUATION_FAILURE" : The expression evaluation was unsuccessful.

Implementation

core.String? conditionType;