Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1001 Bytes

File metadata and controls

32 lines (25 loc) · 1001 Bytes

SegmentMetadata

Properties

Name Type Description Notes
envId string [optional] [default to undefined]
segmentId string [optional] [default to undefined]
version number [optional] [default to undefined]
includedCount number [optional] [default to undefined]
excludedCount number [optional] [default to undefined]
lastModified number [optional] [default to undefined]
deleted boolean [optional] [default to undefined]

Example

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

const instance: SegmentMetadata = {
    envId,
    segmentId,
    version,
    includedCount,
    excludedCount,
    lastModified,
    deleted,
};

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