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

Ecto schema representing a Flagsmith Segment Rule definition.

Link to this section Summary

Link to this section Types

@type t() :: %Flagsmith.Schemas.Segments.Segment.Rule{
  conditions: [Flagsmith.Schemas.Segments.Segment.Condition.t()],
  rules: [any()],
  type: Flagsmith.Schemas.Types.Segment.Type.t() | nil
}