View Source Flagsmith.Schemas.Environment.Feature (flagsmith_engine v2.1.0)

Ecto schema representing a Flagsmith feature definition as represented in a full environment FeatureState.

Link to this section Summary

Link to this section Types

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