MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / SegmentConditionModel

Class SegmentConditionModel

api/util/engine_models/segments/models.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class SegmentConditionModel(BaseModel):
13 operator: ConditionOperator
14 value: typing.Optional[LaxStr] = None
15 property_: typing.Optional[str] = None
16
17
18class SegmentRuleModel(BaseModel):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…