| Name | Type | Description | Notes |
|---|---|---|---|
| included | SegmentUserList | [optional] [default to undefined] | |
| excluded | SegmentUserList | [optional] [default to undefined] |
import { SegmentUserState } from 'launchdarkly-api-typescript';
const instance: SegmentUserState = {
included,
excluded,
};