Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 689 Bytes

File metadata and controls

15 lines (7 loc) · 689 Bytes

UpdateSettingValueModel

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.