Studio Service

FeatureFlagCondition

FeatureFlagCondition

A condition to be used against FeatureFlag object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
keyStringChecks for equality with the object’s `key` field.
valueBooleanChecks for equality with the object’s `value` field.
overwriteValueBooleanChecks for equality with the object’s `overwriteValue` field.
defaultCustomizableBooleanChecks for equality with the object’s `defaultCustomizable` field.
visibilityFeatureFlagVisibilityChecks for equality with the object’s `visibility` field.
tags[FeatureFlagTags]Checks for equality with the object’s `tags` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
descriptionStringChecks for equality with the object’s `description` field.