Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

File metadata and controls

22 lines (15 loc) · 594 Bytes

SegmentTarget

Properties

Name Type Description Notes
values Array<string> [optional] [default to undefined]
contextKind string [optional] [default to undefined]

Example

import { SegmentTarget } from 'launchdarkly-api-typescript';

const instance: SegmentTarget = {
    values,
    contextKind,
};

[Back to Model list] [Back to API list] [Back to README]