View Source Flagsmith.Schemas.Segments.IdentitySegment (flagsmith_engine v1.1.1)

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
}