V3ServicesRoutingRulesExpressionBranchOp
Example Usage
from squadcast.models import V3ServicesRoutingRulesExpressionBranchOp
value: V3ServicesRoutingRulesExpressionBranchOp = "is"Values
Last updated
from squadcast.models import V3ServicesRoutingRulesExpressionBranchOp
value: V3ServicesRoutingRulesExpressionBranchOp = "is""is"
"is_not"
"matches"
"not_contains"
"gt"
"lt"
"gt_eq"
"lt_eq"
"call"
"field_is"
"field_is_not"
"field_gt"
"field_lt"
"field_gt_eq"
"field_lt_eq"
Last updated