| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | A human-friendly name for the feature flag. Remember to note if this flag is intended to be temporary or permanent. | |
| Key | string | A unique key that will be used to reference the flag in your code. | |
| Description | string | A description of the feature flag. | [optional] |
| Variations | List<Variation> | An array of possible variations for the flag. | |
| Temporary | bool? | Whether or not the flag is a temporary flag. | [optional] |
| Tags | List<string> | Tags for the feature flag. | [optional] |
| IncludeInSnippet | bool? | Whether or not this flag should be made available to the client-side JavaScript SDK. | [optional] |
| ClientSideAvailability | ClientSideAvailability | [optional] | |
| Defaults | Defaults | [optional] |
This repository was archived by the owner on Sep 3, 2021. It is now read-only.