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

Ecto schema representing a Flagsmith organisation definition.

Link to this section Summary

Link to this section Types

@type t() :: %Flagsmith.Schemas.Environment.Organisation{
  feature_analytics: boolean() | nil,
  id: integer() | nil,
  name: String.t() | nil,
  persist_trait_data: boolean() | nil,
  stop_serving_flags: boolean() | nil
}