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] |