Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of the Feature | [optional] [default to null] |
Key | string | Unique key by Project, can be used in the SDK / API to reference by 'key' rather than id. Must only contain lower-case characters and `` or `-`. | [optional] [default to null] |
Description | string | Feature description. | [optional] [default to null] |
Variations | []FeatureVariationDto | Variation configurations to be used by feature configurations. | [optional] [default to null] |
Variables | []CreateVariableDto | Variable definitions to be referenced in variations | [optional] [default to null] |
Type_ | string | The Feature type | [optional] [default to null] |
Tags | []string | Tags to organize Features on the dashboard | [optional] [default to null] |
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.