Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 772 Bytes

File metadata and controls

16 lines (8 loc) · 772 Bytes

UpdateSettingValueWithSettingIdModel

Properties

Name Type Description Notes
rolloutRules List<UpdateRolloutRuleModel> The targeting rule collection. [optional]
rolloutPercentageItems List<UpdateRolloutPercentageItemModel> The percentage rule collection. [optional]
value SettingValueType The value to serve. It must respect the setting type. In some generated clients for strictly typed languages you may use double/float properties to handle integer values.
settingId Integer The id of the Setting. [optional]