View Source Flagsmith.Schemas.Segments.Segment (flagsmith_engine v2.1.0)

Ecto schema representing a Flagsmith Segment definition.

Link to this section Summary

Link to this section Types

@type 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()]
}