Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 678 Bytes

File metadata and controls

22 lines (15 loc) · 678 Bytes

ViewResourceSummary

Properties

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]

Example

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

const instance: ViewResourceSummary = {
    flagCount,
    segmentCount,
};

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