| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ContextInstanceEvaluation> | Details on the flag evaluations for this context instance | [default to undefined] |
| totalCount | number | The number of flags | [optional] [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { ContextInstanceEvaluations } from 'launchdarkly-api-typescript';
const instance: ContextInstanceEvaluations = {
items,
totalCount,
_links,
};