| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | A human-friendly name for the feature flag | |
| kind | String | Kind of feature flag | |
| description | String | Description of the feature flag | [optional] |
| key | String | A unique key used to reference the flag in your code | |
| version | Number | Version of the feature flag | |
| creationDate | Number | ||
| includeInSnippet | Boolean | Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK | [optional] |
| clientSideAvailability | ClientSideAvailability | [optional] | |
| variations | [Variation] | An array of possible variations for the flag | |
| temporary | Boolean | Whether the flag is a temporary flag | |
| tags | [String] | Tags for the feature flag | |
| links | {String: Link} | The location and content type of related resources | |
| maintainerId | String | The ID of the member who maintains the flag | [optional] |
| maintainer | MemberSummary | [optional] | |
| customProperties | {String: CustomProperty} | ||
| archived | Boolean | Boolean indicating if the feature flag is archived | |
| archivedDate | Number | [optional] | |
| defaults | Defaults | [optional] |
-
boolean(value:"boolean") -
multivariate(value:"multivariate")