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 | int | Version of the feature flag | |
creation_date | int | ||
include_in_snippet | bool | Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK | [optional] |
client_side_availability | \LaunchDarklyApi\Model\ClientSideAvailability | [optional] | |
variations | \LaunchDarklyApi\Model\Variation[] | An array of possible variations for the flag | |
temporary | bool | Whether the flag is a temporary flag | |
tags | string[] | Tags for the feature flag | |
_links | array<string,\LaunchDarklyApi\Model\Link> | The location and content type of related resources | |
maintainer_id | string | The ID of the member who maintains the flag | [optional] |
_maintainer | \LaunchDarklyApi\Model\MemberSummary | [optional] | |
custom_properties | array<string,\LaunchDarklyApi\Model\CustomProperty> | ||
archived | bool | Boolean indicating if the feature flag is archived | |
archived_date | int | [optional] | |
defaults | \LaunchDarklyApi\Model\Defaults | [optional] |