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

Class OrganisationModel

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

Source from the content-addressed store, hash-verified

2
3
4class OrganisationModel(BaseModel):
5 id: int
6 name: str
7 feature_analytics: bool = False
8 stop_serving_flags: bool = False
9 persist_trait_data: bool = True

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…