Name | Type | Description | Notes |
---|---|---|---|
on | bool | Whether the flag is on | |
archived | bool | Boolean indicating if the feature flag is archived | |
salt | string | ||
sel | string | ||
last_modified | int | ||
version | int | Version of the feature flag | |
targets | \LaunchDarklyApi\Model\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] |
context_targets | \LaunchDarklyApi\Model\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 | \LaunchDarklyApi\Model\Rule[] | An array of the rules for how to serve a variation to specific targets based on their attributes | [optional] |
fallthrough | \LaunchDarklyApi\Model\VariationOrRolloutRep | [optional] | |
off_variation | int | The ID of the variation to serve when the flag is off | [optional] |
prerequisites | \LaunchDarklyApi\Model\Prerequisite[] | An array of the prerequisite flags and their variations that are required before this flag takes effect | [optional] |
_site | \LaunchDarklyApi\Model\Link | ||
_access | \LaunchDarklyApi\Model\Access | [optional] | |
_environment_name | string | The environment name | |
track_events | bool | Whether LaunchDarkly tracks events for the feature flag, for all rules | |
track_events_fallthrough | bool | Whether LaunchDarkly tracks events for the feature flag, for the default rule | |
_debug_events_until_date | int | [optional] | |
_summary | \LaunchDarklyApi\Model\FlagSummary | [optional] | |
evaluation | \LaunchDarklyApi\Model\FlagConfigEvaluation | [optional] | |
migration_settings | \LaunchDarklyApi\Model\FlagConfigMigrationSettingsRep | [optional] |