| Name | Type | Description | Notes |
|---|---|---|---|
| included | SegmentUserList | [optional] | |
| excluded | SegmentUserList | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::SegmentUserState.new(
included: null,
excluded: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| included | SegmentUserList | [optional] | |
| excluded | SegmentUserList | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::SegmentUserState.new(
included: null,
excluded: null
)