| 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] |
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]