Name | Type | Description | Notes |
---|---|---|---|
name | string | A human-friendly name for the feature flag | |
kind | string | Kind of feature flag | |
description | string | Description of the feature flag | [optional] |
key | string | A unique key used to reference the flag in your code | |
_version | int | Version of the feature flag | |
creation_date | int | ||
include_in_snippet | bool | Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK | [optional] |
client_side_availability | \LaunchDarklyApi\Model\ClientSideAvailability | [optional] | |
variations | \LaunchDarklyApi\Model\Variation[] | An array of possible variations for the flag | |
temporary | bool | Whether the flag is a temporary flag | |
tags | string[] | Tags for the feature flag | |
_links | array<string,\LaunchDarklyApi\Model\Link> | The location and content type of related resources | |
maintainer_id | string | Associated maintainerId for the feature flag | [optional] |
_maintainer | \LaunchDarklyApi\Model\MemberSummary | [optional] | |
maintainer_team_key | string | The key of the associated team that maintains this feature flag | [optional] |
_maintainer_team | \LaunchDarklyApi\Model\MaintainerTeam | [optional] | |
goal_ids | string[] | Deprecated, use <code>experiments</code> instead | [optional] |
experiments | \LaunchDarklyApi\Model\ExperimentInfoRep | ||
custom_properties | array<string,\LaunchDarklyApi\Model\CustomProperty> | ||
archived | bool | Boolean indicating if the feature flag is archived | |
archived_date | int | [optional] | |
deprecated | bool | Boolean indicating if the feature flag is deprecated | [optional] |
deprecated_date | int | [optional] | |
defaults | \LaunchDarklyApi\Model\Defaults | [optional] | |
_purpose | string | [optional] | |
migration_settings | \LaunchDarklyApi\Model\FlagMigrationSettingsRep | [optional] | |
environments | array<string,\LaunchDarklyApi\Model\FeatureFlagConfig> | Details on the environments for this flag. Only returned if the request is filtered by environment, using the <code>filterEnv</code> query parameter. |