Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 679 Bytes

File metadata and controls

18 lines (10 loc) · 679 Bytes

UpdateValueModel

Represents the value of a Feature Flag or Setting.

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]
predefinedVariationId UUID The served Variation's identifier. [optional]