Name | Type | Description | Notes |
---|---|---|---|
randomizationUnit | String | The unit of randomization. Must match the key of an existing context kind in this project. | |
_default | Boolean | If true, any experiment iterations created within this project will default to using this randomization unit. A project can only have one default randomization unit. | [optional] |
standardRandomizationUnit | String | One of LaunchDarkly's fixed set of standard randomization units. |
-
guest
(value:"guest"
) -
guestTime
(value:"guestTime"
) -
organization
(value:"organization"
) -
request
(value:"request"
) -
user
(value:"user"
) -
userTime
(value:"userTime"
)