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

Class SegmentRuleModel

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

Source from the content-addressed store, hash-verified

16
17
18class SegmentRuleModel(BaseModel):
19 type: RuleType
20 rules: typing.List["SegmentRuleModel"] = Field(default_factory=list)
21 conditions: typing.List[SegmentConditionModel] = Field(default_factory=list)
22
23
24class SegmentModel(BaseModel):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…