Sha256: a48af9885b55fc06ce61a772edb330f0189e74525bfaf1e20b6dd28f35c87836

Contents?: true

Size: 1.84 KB

Versions: 17

Compression:

Stored size: 1.84 KB

Contents

# LaunchDarklyApi::FeatureFlag

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** |  | [optional] 
**name** | **String** | Name of the feature flag. | [optional] 
**description** | **String** | Description of the feature flag. | [optional] 
**kind** | **String** | Whether the feature flag is a boolean flag or multivariate. | [optional] 
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional] 
**include_in_snippet** | **BOOLEAN** |  | [optional] 
**temporary** | **BOOLEAN** | Whether or not this flag is temporary. | [optional] 
**maintainer_id** | **String** | The ID of the member that should maintain this flag. | [optional] 
**tags** | **Array<String>** | An array of tags for this feature flag. | [optional] 
**variations** | [**Array<Variation>**](Variation.md) | The variations for this feature flag. | [optional] 
**goal_ids** | **Array<String>** | An array goals from all environments associated with this feature flag | [optional] 
**_version** | **Integer** |  | [optional] 
**custom_properties** | [**Hash<String, CustomProperty>**](CustomProperty.md) | A mapping of keys to CustomProperty entries. | [optional] 
**_links** | [**Links**](Links.md) |  | [optional] 
**_maintainer** | [**Member**](Member.md) |  | [optional] 
**environments** | [**Hash<String, FeatureFlagConfig>**](FeatureFlagConfig.md) |  | [optional] 
**archived_date** | **Integer** | A unix epoch time in milliseconds specifying the archived time of this flag. | [optional] 
**archived** | **BOOLEAN** | Whether or not this flag is archived. | [optional] 
**client_side_availability** | [**ClientSideAvailability**](ClientSideAvailability.md) |  | [optional] 
**defaults** | [**Defaults**](Defaults.md) |  | [optional] 


Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
launchdarkly_api-5.4.0 docs/FeatureFlag.md
launchdarkly_api-5.3.0 docs/FeatureFlag.md
launchdarkly_api-5.1.0 docs/FeatureFlag.md
launchdarkly_api-5.0.3 docs/FeatureFlag.md
launchdarkly_api-5.0.2 docs/FeatureFlag.md
launchdarkly_api-5.0.1 docs/FeatureFlag.md
launchdarkly_api-5.0.0 docs/FeatureFlag.md
launchdarkly_api-4.0.0 docs/FeatureFlag.md
launchdarkly_api-3.10.0 docs/FeatureFlag.md
launchdarkly_api-3.9.2 docs/FeatureFlag.md
launchdarkly_api-3.9.1 docs/FeatureFlag.md
launchdarkly_api-3.9.0 docs/FeatureFlag.md
launchdarkly_api-3.8.0 docs/FeatureFlag.md
launchdarkly_api-3.7.1 docs/FeatureFlag.md
launchdarkly_api-3.7.0 docs/FeatureFlag.md
launchdarkly_api-3.6.0 docs/FeatureFlag.md
launchdarkly_api-3.5.0 docs/FeatureFlag.md