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

Class ProjectModel

api/util/engine_models/projects/models.py:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class ProjectModel(BaseModel):
10 id: int
11 name: str
12 organisation: OrganisationModel
13 hide_disabled_flags: bool = False
14 segments: typing.List[SegmentModel] = Field(default_factory=list)
15 enable_realtime_updates: bool = False
16 server_key_only_feature_ids: typing.List[int] = Field(default_factory=list)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…