Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.31 KB

File metadata and controls

36 lines (29 loc) · 1.31 KB

InsightGroup

Properties

Name Type Description Notes
environment Environment [optional] [default to undefined]
scores InsightGroupScores [optional] [default to undefined]
scoreMetadata InsightGroupCollectionScoreMetadata [optional] [default to undefined]
key string The insight group key [default to undefined]
name string The insight group name [default to undefined]
projectKey string The project key [default to undefined]
environmentKey string The environment key [default to undefined]
applicationKeys Array<string> The application keys [optional] [default to undefined]
createdAt number [default to undefined]

Example

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

const instance: InsightGroup = {
    environment,
    scores,
    scoreMetadata,
    key,
    name,
    projectKey,
    environmentKey,
    applicationKeys,
    createdAt,
};

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