Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.1 KB

File metadata and controls

24 lines (16 loc) · 1.1 KB

SettingModel

Metadata of a Feature Flag or Setting.

Properties

Name Type Description Notes
settingId Integer Identifier of the Feature Flag or Setting.
key String Key of the Feature Flag or Setting.
name String Name of the Feature Flag or Setting.
hint String Description of the Feature Flag or Setting.
order Integer The order of the Feature Flag or Setting represented on the ConfigCat Dashboard.
settingType SettingType
configId UUID Identifier of the Feature Flag's Config.
configName String Name of the Feature Flag's Config.
createdAt OffsetDateTime The creation time of the Feature Flag or Setting.
tags List<TagModel> The tags attached to the Feature Flag or Setting.
predefinedVariations List<PredefinedVariationModel> The Feature Flag or Setting's Variations.