Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.8 KB

ExpandedFlagRep.md

File metadata and controls

29 lines (24 loc) · 1.8 KB

ExpandedFlagRep

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
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 The ID of the member who maintains the flag [optional]
maintainer MemberSummary [optional]
archived_date int [optional]
defaults Defaults [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]