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

Ecto schema representing a Flagsmith Identity Segment.

Link to this section Summary

Link to this section Types

@type t() :: %Flagsmith.Schemas.Segments.IdentitySegment{
  id: integer() | nil,
  name: String.t() | nil
}