Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.25 KB

ConfigSettingValueModel.md

File metadata and controls

21 lines (13 loc) · 1.25 KB

ConfigSettingValueModel

Properties

Name Type Description Notes
rolloutRules List<RolloutRuleModel> The targeting rule collection. [optional]
rolloutPercentageItems List<RolloutPercentageItemModel> The percentage rule collection. [optional]
value Object The value to serve. It must respect the setting type. [optional]
setting SettingDataModel [optional]
updatedAt OffsetDateTime The last updated date and time when the Feature Flag or Setting. [optional]
lastUpdaterUserEmail String The email of the user who last updated the Feature Flag or Setting. [optional]
lastUpdaterUserFullName String The name of the user who last updated the Feature Flag or Setting. [optional]
integrationLinks List<IntegrationLinkModel> The integration links attached to the Feature Flag or Setting. [optional]
settingTags List<SettingTagModel> The tags attached to the Feature Flag or Setting. [optional]