| Name | Type | Description | Notes |
|---|---|---|---|
| Key | string | [optional] | |
| Name | string | Name of the feature flag. | [optional] |
| Description | string | Description of the feature flag. | [optional] |
| Kind | string | Whether the feature flag is a boolean flag or multivariate. | [optional] |
| CreationDate | long? | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional] |
| IncludeInSnippet | bool? | [optional] | |
| Temporary | bool? | Whether or not this flag is temporary. | [optional] |
| MaintainerId | string | The ID of the member that should maintain this flag. | [optional] |
| Tags | List<string> | An array of tags for this feature flag. | [optional] |
| Variations | List<Variation> | The variations for this feature flag. | [optional] |
| GoalIds | List<string> | An array goals from all environments associated with this feature flag | [optional] |
| Version | int? | [optional] | |
| CustomProperties | Dictionary<string, CustomProperty> | A mapping of keys to CustomProperty entries. | [optional] |
| Links | Links | [optional] | |
| Maintainer | Member | [optional] | |
| Environments | Dictionary<string, FeatureFlagConfig> | [optional] | |
| ArchivedDate | long? | A unix epoch time in milliseconds specifying the archived time of this flag. | [optional] |
| Archived | bool? | Whether or not this flag is archived. | [optional] |
| ClientSideAvailability | ClientSideAvailability | [optional] | |
| Defaults | Defaults | [optional] |
This repository was archived by the owner on Sep 3, 2021. It is now read-only.