Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 866 Bytes

RandomizationUnitInput.md

File metadata and controls

30 lines (14 loc) · 866 Bytes

LaunchDarklyApi.RandomizationUnitInput

Properties

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.

Enum: StandardRandomizationUnitEnum

  • guest (value: "guest")

  • guestTime (value: "guestTime")

  • organization (value: "organization")

  • request (value: "request")

  • user (value: "user")

  • userTime (value: "userTime")