FeatureFlagCondition
FeatureFlagCondition
A condition to be used against FeatureFlag
object types. All fields are tested
for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
key | String | Checks for equality with the object’s `key` field. | |
value | Boolean | Checks for equality with the object’s `value` field. | |
overwriteValue | Boolean | Checks for equality with the object’s `overwriteValue` field. | |
defaultCustomizable | Boolean | Checks for equality with the object’s `defaultCustomizable` field. | |
visibility | FeatureFlagVisibility | Checks for equality with the object’s `visibility` field. | |
tags | [FeatureFlagTags] | Checks for equality with the object’s `tags` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
description | String | Checks for equality with the object’s `description` field. |