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

Class FlagChangeSet

api/features/versioning/dataclasses.py:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23@dataclass
24class FlagChangeSet:
25 author: AuthorData
26 enabled: bool
27 feature_state_value: str
28 type_: FeatureValueType
29
30 segment_id: int | None = None
31 segment_priority: int | None = None
32 multivariate_values: list[MultivariateValueChangeSet] | None = None
33
34
35@dataclass

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…