Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.51 KB

FeatureFlag.md

File metadata and controls

46 lines (34 loc) · 2.51 KB

LaunchDarklyApi.FeatureFlag

Properties

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 Number Version of the feature flag
creationDate Number
includeInSnippet Boolean Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK [optional]
clientSideAvailability ClientSideAvailability [optional]
variations [Variation] An array of possible variations for the flag
temporary Boolean Whether the flag is a temporary flag
tags [String] Tags for the feature flag
links {String: Link} The location and content type of related resources
maintainerId String Associated maintainerId for the feature flag [optional]
maintainer MemberSummary [optional]
maintainerTeamKey String The key of the associated team that maintains this feature flag [optional]
maintainerTeam MaintainerTeam [optional]
goalIds [String] Deprecated, use <code>experiments</code> instead [optional]
experiments ExperimentInfoRep
customProperties {String: CustomProperty}
archived Boolean Boolean indicating if the feature flag is archived
archivedDate Number [optional]
deprecated Boolean Boolean indicating if the feature flag is deprecated [optional]
deprecatedDate Number [optional]
defaults Defaults [optional]
purpose String [optional]
migrationSettings FlagMigrationSettingsRep [optional]
environments {String: FeatureFlagConfig} Details on the environments for this flag. Only returned if the request is filtered by environment, using the <code>filterEnv</code> query parameter. [optional]

Enum: KindEnum

  • boolean (value: "boolean")

  • multivariate (value: "multivariate")