Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.1 KB

Variation.md

File metadata and controls

15 lines (10 loc) · 1.1 KB

Variation

Properties

Name Type Description Notes
value bool, date, datetime, dict, float, int, list, str, none_type The value of the variation. For boolean flags, this must be <code>true</code> or <code>false</code>. For multivariate flags, this may be a string, number, or JSON object.
id str The ID of the variation. Leave empty when you are creating a flag. [optional]
description str Description of the variation. Defaults to an empty string, but is omitted from the response if not set. [optional]
name str A human-friendly name for the variation. Defaults to an empty string, but is omitted from the response if not set. [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]