View Source Flagsmith.Schemas.Flag (flagsmith_engine v0.1.3)

Ecto schema representing a Flagsmith environment feature definition and helpers to cast responses from the api.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions