StateCondition¶
| Field | Type | Description |
|---|---|---|
| match_type | bitdrift.public.unary.explorations.v1.MatchType | The type used to interpret the value for comparison. |
| operator | bitdrift.public.unary.explorations.v1.Operator | The comparison operator. |
| value | string | The value to compare against. |
Example¶
JSON
{
"match_type": "STRING",
"operator": "GREATER_THAN",
"value": "example"
}