Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 942 Bytes

File metadata and controls

13 lines (10 loc) · 942 Bytes

LaunchDarkly.Api.Model.UserSegmentBody

Properties

Name Type Description Notes
Name string A human-friendly name for the user segment.
Key string A unique key that will be used to reference the user segment in feature flags.
Description string A description for the user segment. [optional]
Unbounded bool? Controls whether this is considered a "big segment" which can support an unlimited numbers of users. Include/exclude lists sent with this payload are not used in big segments. Contact your account manager for early access to this feature. [optional]
Tags List<string> Tags for the user segment. [optional]

[Back to Model list] [Back to API list] [Back to README]