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

Latest commit

 

History

History
14 lines (11 loc) · 1.05 KB

File metadata and controls

14 lines (11 loc) · 1.05 KB

# BooleanDefaults

Properties

Name Type Description Notes
true_display_name string The display name for the true variation, displayed in the LaunchDarkly user interface [optional]
false_display_name string The display name for the false variation, displayed in the LaunchDarkly user interface [optional]
true_description string The description for the true variation [optional]
false_description string The description for the false variation [optional]
on_variation int The variation index of the flag variation to use for the default targeting behavior when a flag's targeting is on and the target did not match any rules [optional]
off_variation int The variation index of the flag variation to use for the default targeting behavior when a flag's targeting is off [optional]

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