| Name | Type | Description | Notes |
|---|---|---|---|
| on | Boolean | Whether the flag is on | |
| archived | Boolean | Boolean indicating if the feature flag is archived | |
| salt | String | ||
| sel | String | ||
| lastModified | Number | ||
| version | Number | Version of the feature flag | |
| targets | [Target] | An array of the individual targets that will receive a specific variation based on their key. Individual targets with a context kind of 'user' are included here. | [optional] |
| contextTargets | [Target] | An array of the individual targets that will receive a specific variation based on their key. Individual targets with context kinds other than 'user' are included here. | [optional] |
| rules | [Rule] | An array of the rules for how to serve a variation to specific targets based on their attributes | [optional] |
| fallthrough | VariationOrRolloutRep | [optional] | |
| offVariation | Number | The ID of the variation to serve when the flag is off | [optional] |
| prerequisites | [Prerequisite] | An array of the prerequisite flags and their variations that are required before this flag takes effect | [optional] |
| site | Link | ||
| access | Access | [optional] | |
| environmentName | String | The environment name | |
| trackEvents | Boolean | Whether LaunchDarkly tracks events for the feature flag, for all rules | |
| trackEventsFallthrough | Boolean | Whether LaunchDarkly tracks events for the feature flag, for the default rule | |
| debugEventsUntilDate | Number | [optional] | |
| summary | FlagSummary | [optional] | |
| evaluation | FlagConfigEvaluation | [optional] | |
| migrationSettings | FlagConfigMigrationSettingsRep | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.