Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

File metadata and controls

17 lines (14 loc) · 1.17 KB

LaunchDarkly.Api.Model.FeatureFlagBody

Properties

Name Type Description Notes
Name string A human-friendly name for the feature flag. Remember to note if this flag is intended to be temporary or permanent.
Key string A unique key that will be used to reference the flag in your code.
Description string A description of the feature flag. [optional]
Variations List<Variation> An array of possible variations for the flag.
Temporary bool? Whether or not the flag is a temporary flag. [optional]
Tags List<string> Tags for the feature flag. [optional]
IncludeInSnippet bool? Whether or not this flag should be made available to the client-side JavaScript SDK. [optional]
ClientSideAvailability ClientSideAvailability [optional]
Defaults Defaults [optional]

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