Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 2.68 KB

FeatureFlag.md

File metadata and controls

38 lines (33 loc) · 2.68 KB

FeatureFlag

Properties

Name Type Description Notes
name str A human-friendly name for the feature flag
kind str Kind of feature flag
key str A unique key used to reference the flag in your code
version int Version of the feature flag
creation_date int
variations [Variation] An array of possible variations for the flag
temporary bool Whether the flag is a temporary flag
tags [str] Tags for the feature flag
links {str: (Link,)} The location and content type of related resources
experiments ExperimentInfoRep
custom_properties CustomProperties
archived bool Boolean indicating if the feature flag is archived
description str Description of the feature flag [optional]
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 ClientSideAvailability [optional]
maintainer_id str Associated maintainerId for the feature flag [optional]
maintainer MemberSummary [optional]
maintainer_team_key str The key of the associated team that maintains this feature flag [optional]
maintainer_team MaintainerTeam [optional]
goal_ids [str] Deprecated, use <code>experiments</code> instead [optional]
archived_date int [optional]
deprecated bool Boolean indicating if the feature flag is deprecated [optional]
deprecated_date int [optional]
defaults Defaults [optional]
purpose str [optional]
migration_settings FlagMigrationSettingsRep [optional]
environments {str: (FeatureFlagConfig,)} Details on the environments for this flag. Only returned if the request is filtered by environment, using the <code>filterEnv</code> query parameter. [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]

[Back to Model list] [Back to API list] [Back to README]