Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.74 KB

FeatureFlag.md

File metadata and controls

26 lines (23 loc) · 1.74 KB

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> 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> A mapping of keys to CustomProperty entries. [optional]
_links Links [optional]
_maintainer Member [optional]
environments Hash<String, FeatureFlagConfig> [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]
defaults Defaults [optional]