| 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 "included". | [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 "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] |
| Version | int? | [optional] | |
| Links | Links | [optional] | |
| Flags | List<FlagListItem> | [optional] |
This repository was archived by the owner on Sep 3, 2021. It is now read-only.