| Name | Type | Description | Notes |
|---|---|---|---|
| setting | SettingDataModel | ||
| updatedAt | OffsetDateTime | The last updated date and time when the Feature Flag or Setting. | |
| lastUpdaterUserEmail | String | The email of the user who last updated the Feature Flag or Setting. | |
| lastUpdaterUserFullName | String | The name of the user who last updated the Feature Flag or Setting. | |
| integrationLinks | List<IntegrationLinkModel> | The integration links attached to the Feature Flag or Setting. | |
| settingTags | List<SettingTagModel> | The tags attached to the Feature Flag or Setting. | |
| rolloutRules | List<RolloutRuleModel> | The targeting rule collection. | |
| rolloutPercentageItems | List<RolloutPercentageItemModel> | The percentage rule collection. | |
| 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. |