FeatureFlagV2
is a
datatype to add details to feature flags.
Table: FeatureFlagV2
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 25, 2024 | |||||
description | string | yes | Preview | A description of the feature flag. | |
experimental | boolean | yes | Preview | Whether the feature is experimental. | |
flag | FeatureFlag | yes | Preview | The feature flag. See FeatureFlag . |