Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 550 Bytes

File metadata and controls

17 lines (9 loc) · 550 Bytes

PredefinedVariationValueModel

Represents the value of a Predefined Variation.

Properties

Name Type Description Notes
boolValue Boolean The served value in case of a boolean Feature Flag.
stringValue String The served value in case of a text Setting.
intValue Integer The served value in case of a whole number Setting.
doubleValue Double The served value in case of a decimal number Setting.