View Source Flagsmith.Schemas.Segments.Segment (flagsmith_engine v0.1.3)
Ecto schema representing a Flagsmith organisation definition and helpers to cast responses from the api.
Link to this section Summary
Link to this section Types
Specs
t() :: %Flagsmith.Schemas.Segments.Segment{ feature_states: [Flagsmith.Schemas.Environment.FeatureState.t()], id: integer() | nil, name: String.t() | nil, rules: [Flagsmith.Schemas.Segments.Segment.Rule.t()] }
Link to this section Functions
Specs
changeset(t(), map()) :: Ecto.Changeset.t()