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

Latest commit

 

History

History
11 lines (8 loc) · 948 Bytes

File metadata and controls

11 lines (8 loc) · 948 Bytes

LaunchDarkly.Api.Model.UserFlagSetting

Properties

Name Type Description Notes
Links Links [optional]
Value bool? The most important attribute in the response. The _value is the current setting for the user. For a boolean feature toggle, this will be true, false, or null if there is no defined fallthrough value. [optional]
Setting bool? The setting attribute indicates whether you've explicitly targeted this user to receive a particular variation. For example, if you have explicitly turned off a feature toggle for a user, setting will be false. A setting of null means that you haven't assigned that user to a specific variation. [optional]

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