| 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] |
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]