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

Ecto schema representing a Flagsmith multivariate feature option.

Link to this section Summary

Link to this section Types

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