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 | StandardRandomizationUnitEnum | One of LaunchDarkly's fixed set of standard randomization units. |
Name | Value |
---|---|
GUEST | "guest" |
GUESTTIME | "guestTime" |
ORGANIZATION | "organization" |
REQUEST | "request" |
USER | "user" |
USERTIME | "userTime" |