Sha256: 28ae20d17c00965f640bc02ba5de36ecca28ec69be809e6b8ee437e2083a9be2
Contents?: true
Size: 1.36 KB
Versions: 12
Compression:
Stored size: 1.36 KB
Contents
# LaunchDarklyApi::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** | **Array<String>** | An array of tags for this user segment. | [optional] **creation_date** | **Integer** | A unix epoch time in milliseconds specifying the creation time of this flag. | **included** | **Array<String>** | An array of user keys that are included in this segment. | [optional] **excluded** | **Array<String>** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional] **rules** | [**Array<UserSegmentRule>**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional] **unbounded** | **BOOLEAN** | Controls whether this segment can support unlimited numbers of users. Requires the beta API and additional setup. Include/exclude lists in this payload are not used in unbounded segments. | [optional] **version** | **Integer** | | [optional] **_links** | [**Links**](Links.md) | | [optional] **_flags** | [**Array<FlagListItem>**](FlagListItem.md) | | [optional]
Version data entries
12 entries across 12 versions & 1 rubygems