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

Ecto schema representing a Flagsmith Flags structure, containing a map of ids to flags, and a client configuration field.

Link to this section Summary

Link to this section Types

@type t() :: %Flagsmith.Schemas.Flags{
  __configuration__: map() | nil,
  flags: map() | nil
}