Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 616 Bytes

File metadata and controls

17 lines (9 loc) · 616 Bytes

UpdatePredefinedVariationValueModel

Represents the value of a Feature Flag or Predefined Variation.

Properties

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