Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.18 KB

BooleanFlagDefaults.md

File metadata and controls

17 lines (12 loc) · 1.18 KB

BooleanFlagDefaults

Properties

Name Type Description Notes
true_display_name str The display name for the true variation, displayed in the LaunchDarkly user interface
false_display_name str The display name for the false variation, displayed in the LaunchDarkly user interface
true_description str The description for the true variation
false_description str The description for the false variation
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
off_variation int The variation index of the flag variation to use for the default targeting behavior when a flag's targeting is off
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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