View Source Flagsmith.Schemas.Flag (flagsmith_engine v2.1.0)

Ecto schema representing a Flagsmith Flag definition.

Link to this section Summary

Link to this section Types

@type t() :: %Flagsmith.Schemas.Flag{
  enabled: boolean() | nil,
  feature_id: integer() | nil,
  feature_name: String.t() | nil,
  value: String.t() | nil
}