Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Files

Latest commit

c176713 · Aug 26, 2020

History

History
29 lines (25 loc) · 1.71 KB

FeatureFlag.md

File metadata and controls

29 lines (25 loc) · 1.71 KB

FeatureFlag

Properties

Name Type Description Notes
key string [optional] [default to null]
name string [optional] [default to null]
description string [optional] [default to null]
kind string [optional] [default to null]
creationDate integer [optional] [default to null]
includeInSnippet boolean [optional] [default to null]
temporary boolean [optional] [default to null]
maintainerId string [optional] [default to null]
tags array[string] [optional] [default to null]
variations array[Variation] [optional] [default to null]
goalIds array[string] [optional] [default to null]
_version integer [optional] [default to null]
customProperties map[String, CustomProperty] [optional] [default to null]
_links Links [optional] [default to null]
_maintainer Member [optional] [default to null]
environments map[String, FeatureFlagConfig] [optional] [default to null]
archivedDate integer [optional] [default to null]
archived boolean [optional] [default to null]
clientSideAvailability ClientSideAvailability [optional] [default to null]
defaults Defaults [optional] [default to null]

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