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

Class SegmentModel

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

Source from the content-addressed store, hash-verified

22
23
24class SegmentModel(BaseModel):
25 id: int
26 name: str
27 rules: typing.List[SegmentRuleModel] = Field(default_factory=list)
28 feature_states: typing.List[FeatureStateModel] = Field(default_factory=list)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…