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

Latest commit

 

History

History
20 lines (17 loc) · 1.57 KB

File metadata and controls

20 lines (17 loc) · 1.57 KB

LaunchDarkly.Api.Model.UserSegment

Properties

Name Type Description Notes
Key string Unique identifier for the user segment.
Name string Name of the user segment.
Description string Description of the user segment. [optional]
Tags List<string> An array of tags for this user segment. [optional]
CreationDate long? A unix epoch time in milliseconds specifying the creation time of this flag.
Included List<string> An array of user keys that are included in this segment. [optional]
Excluded List<string> An array of user keys that should not be included in this segment, unless they are also listed in &quot;included&quot;. [optional]
Rules List<UserSegmentRule> An array of rules that can cause a user to be included in this segment. [optional]
Unbounded bool? Controls whether this is considered a &quot;big segment&quot; 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]
Version int? [optional]
Links Links [optional]
Flags List<FlagListItem> [optional]

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