View Source Flagsmith.Schemas.Segments.Segment (flagsmith_engine v1.0.0)
Ecto schema representing a Flagsmith Segment definition.
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()] }