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

Latest commit

 

History

History
24 lines (20 loc) · 1.29 KB

FeatureFlagConfig.md

File metadata and controls

24 lines (20 loc) · 1.29 KB

FeatureFlagConfig

Properties

Name Type Description Notes
on boolean [optional] [default to null]
archived boolean [optional] [default to null]
salt string [optional] [default to null]
sel string [optional] [default to null]
lastModified integer [optional] [default to null]
version integer [optional] [default to null]
targets array[Target] [optional] [default to null]
rules array[Rule] [optional] [default to null]
fallthrough Fallthrough [optional] [default to null]
offVariation integer [optional] [default to null]
prerequisites array[Prerequisite] [optional] [default to null]
trackEvents boolean [optional] [default to null]
trackEventsFallthrough boolean [optional] [default to null]
_site Site [optional] [default to null]
_environmentName string [optional] [default to null]

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