Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 790 Bytes

File metadata and controls

24 lines (17 loc) · 790 Bytes

UserSegments

Properties

Name Type Description Notes
items Array<UserSegment> An array of segments [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [default to undefined]
totalCount number The total number of segments [optional] [default to undefined]

Example

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

const instance: UserSegments = {
    items,
    _links,
    totalCount,
};

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