| Name | Type | Description | Notes |
|---|---|---|---|
| flagCount | number | [default to undefined] | |
| segmentCount | number | [optional] [default to undefined] | |
| totalCount | number | [default to undefined] |
import { ResourceSummary } from 'launchdarkly-api-typescript';
const instance: ResourceSummary = {
flagCount,
segmentCount,
totalCount,
};