Name | Type | Description | Notes |
---|---|---|---|
name | String | A human-friendly name for the feature flag | |
kind | KindEnum | 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 | Integer | Version of the feature flag | |
creationDate | Long | ||
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 | List<Variation> | An array of possible variations for the flag | |
temporary | Boolean | Whether the flag is a temporary flag | |
tags | List<String> | Tags for the feature flag | |
links | Map<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 | Map<String, CustomProperty> | ||
archived | Boolean | Boolean indicating if the feature flag is archived | |
archivedDate | Long | [optional] | |
defaults | Defaults | [optional] |
Name | Value |
---|---|
BOOLEAN | "boolean" |
MULTIVARIATE | "multivariate" |