github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/UserSegment.md (about)

     1  # UserSegment
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Key** | **string** | Unique identifier for the user segment. | [default to null]
     7  **Name** | **string** | Name of the user segment. | [default to null]
     8  **Description** | **string** | Description of the user segment. | [optional] [default to null]
     9  **Tags** | **[]string** | An array of tags for this user segment. | [optional] [default to null]
    10  **CreationDate** | **int64** | A unix epoch time in milliseconds specifying the creation time of this flag. | [default to null]
    11  **Included** | **[]string** | An array of user keys that are included in this segment. | [optional] [default to null]
    12  **Excluded** | **[]string** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional] [default to null]
    13  **Rules** | [**[]UserSegmentRule**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional] [default to null]
    14  **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] [default to null]
    15  **Version** | **int32** |  | [optional] [default to null]
    16  **Links** | [***Links**](Links.md) |  | [optional] [default to null]
    17  **Flags** | [**[]FlagListItem**](FlagListItem.md) |  | [optional] [default to null]
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21