View Source Flagsmith.Schemas.Environment.Project (flagsmith_engine v2.2.1)

Ecto schema representing a Flagsmith environment project definition.

Link to this section Summary

Link to this section Types

@type t() :: %Flagsmith.Schemas.Environment.Project{
  hide_disabled_flags: boolean() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  organisation: Flagsmith.Schemas.Environment.Organisation.t() | nil,
  segments: [Flagsmith.Schemas.Segments.Segment.t()]
}