Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.79 KB

File metadata and controls

24 lines (16 loc) · 1.79 KB

ConfigSettingFormulaModel

Properties

Name Type Description Notes
lastVersionId UUID The version identifier of the last change made to the Feature Flag or Setting in the Environment. It can be used to make sure concurrent updates are not overwriting each other. If the version identifier does not match the current version, the update will be rejected with a 409 Conflict response.
defaultValue ValueModel
targetingRules List<TargetingRuleModel> The targeting rules of the Feature Flag or Setting.
setting SettingDataV2Model
updatedAt OffsetDateTime The last updated date and time when the Feature Flag or Setting.
percentageEvaluationAttribute String The user attribute used for percentage evaluation. If not set, it defaults to the `Identifier` user object attribute.
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.
settingIdsWherePrerequisite List<Integer> List of Feature Flag and Setting IDs where the actual Feature Flag or Setting is prerequisite.
changeRequestCount Integer The number of change requests for the Feature Flag or Setting.