Name | Type | Description | Notes |
---|---|---|---|
name | str | A human-friendly name for the feature flag | |
key | str | A unique key used to reference the flag in your code | |
description | str | Description of the feature flag. Defaults to an empty string. | [optional] |
include_in_snippet | bool | Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK. Defaults to <code>false</code>. | [optional] |
client_side_availability | ClientSideAvailabilityPost | [optional] | |
variations | [Variation] | An array of possible variations for the flag. The variation values must be unique. If omitted, two boolean variations of <code>true</code> and <code>false</code> will be used. | [optional] |
temporary | bool | Whether the flag is a temporary flag. Defaults to <code>true</code>. | [optional] |
tags | [str] | Tags for the feature flag. Defaults to an empty array. | [optional] |
custom_properties | CustomProperties | [optional] | |
defaults | Defaults | [optional] | |
purpose | str | Purpose of the flag | [optional] |
migration_settings | MigrationSettingsPost | [optional] | |
maintainer_id | str | The ID of the member who maintains this feature flag | [optional] |
maintainer_team_key | str | The key of the team that maintains this feature flag | [optional] |
initial_prerequisites | [FlagPrerequisitePost] | Initial set of prerequisite flags for all environments | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |