| Name | Type | Description | Notes |
|---|---|---|---|
| flagCount | number | The number of flags associated with the view. | [default to undefined] |
| segmentCount | number | The number of segments associated with the view. | [default to undefined] |
import { ViewResourceSummary } from 'launchdarkly-api-typescript';
const instance: ViewResourceSummary = {
flagCount,
segmentCount,
};