Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.28 KB

File metadata and controls

32 lines (25 loc) · 1.28 KB

InsightGroupsCountByIndicator

Properties

Name Type Description Notes
excellent number The number of insight groups with an excellent indicator [default to undefined]
good number The number of insight groups with a good indicator [default to undefined]
fair number The number of insight groups with a fair indicator [default to undefined]
needsAttention number The number of insight groups with a needs attention indicator [default to undefined]
notCalculated number The number of insight groups with a not calculated indicator [default to undefined]
unknown number The number of insight groups with an unknown indicator [default to undefined]
total number The total number of insight groups [default to undefined]

Example

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

const instance: InsightGroupsCountByIndicator = {
    excellent,
    good,
    fair,
    needsAttention,
    notCalculated,
    unknown,
    total,
};

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