| Name | Type | Description | Notes |
|---|---|---|---|
| values | Array<string> | [optional] [default to undefined] | |
| contextKind | string | [optional] [default to undefined] |
import { SegmentTarget } from 'launchdarkly-api-typescript';
const instance: SegmentTarget = {
values,
contextKind,
};