Sha256: cb86026078092c1a3dd9856cc777f587c5d994890e9b17a53b6bd4cf0650ad3d
Contents?: true
Size: 1.06 KB
Versions: 5
Compression:
Stored size: 1.06 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** | **Float** | 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] **version** | **Integer** | | [optional] **_links** | [**Links**](Links.md) | | [optional]
Version data entries
5 entries across 5 versions & 1 rubygems