View Source Flagsmith.Schemas.Environment.MultivariateFeatureStateValue (flagsmith_engine v0.1.0)
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.Environment.MultivariateFeatureStateValue{ id: integer() | nil, multivariate_feature_option: Flagsmith.Schemas.Environment.MultivariateFeatureOption.t() | nil, mv_fs_value_uuid: binary() | nil, percentage_allocation: float() | nil }
Link to this section Functions
Specs
changeset(t(), map()) :: Ecto.Changeset.t()