| 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 | Long | ||
| version | Integer | Version of the feature flag | |
| targets | List<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 | List<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 | List<Rule> | An array of the rules for how to serve a variation to specific targets based on their attributes | [optional] |
| fallthrough | VariationOrRolloutRep | [optional] | |
| offVariation | Integer | The ID of the variation to serve when the flag is off | [optional] |
| prerequisites | List<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 | Long | [optional] | |
| summary | FlagSummary | [optional] | |
| evaluation | FlagConfigEvaluation | [optional] | |
| migrationSettings | FlagConfigMigrationSettingsRep | [optional] |