Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.09 KB

FeatureFlagBody.md

File metadata and controls

23 lines (20 loc) · 2.09 KB

# FeatureFlagBody

Properties

Name Type Description Notes
name string A human-friendly name for the feature flag
key string A unique key used to reference the flag in your code
description string Description of the feature flag. Defaults to an empty string. [optional]
include_in_snippet bool Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK. Defaults to <code>false</code>. [optional]
client_side_availability \LaunchDarklyApi\Model\ClientSideAvailabilityPost [optional]
variations \LaunchDarklyApi\Model\Variation[] An array of possible variations for the flag. The variation values must be unique. If omitted, two boolean variations of <code>true</code> and <code>false</code> will be used. [optional]
temporary bool Whether the flag is a temporary flag. Defaults to <code>true</code>. [optional]
tags string[] Tags for the feature flag. Defaults to an empty array. [optional]
custom_properties array<string,\LaunchDarklyApi\Model\CustomProperty> [optional]
defaults \LaunchDarklyApi\Model\Defaults [optional]
purpose string Purpose of the flag [optional]
migration_settings \LaunchDarklyApi\Model\MigrationSettingsPost [optional]
maintainer_id string The ID of the member who maintains this feature flag [optional]
maintainer_team_key string The key of the team that maintains this feature flag [optional]
initial_prerequisites \LaunchDarklyApi\Model\FlagPrerequisitePost[] Initial set of prerequisite flags for all environments [optional]

[Back to Model list] [Back to API list] [Back to README]