V3ServicesRoutingRulesExpressionBranchOp
Example Usage
import { V3ServicesRoutingRulesExpressionBranchOp } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3ServicesRoutingRulesExpressionBranchOp = "is_not";Values
"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