A collection of agent graphs
| Name | Type | Description | Notes |
|---|---|---|---|
| _links | PaginatedLinks | [optional] [default to undefined] | |
| items | Array<AgentGraph> | [default to undefined] | |
| totalCount | number | [default to undefined] |
import { AgentGraphs } from 'launchdarkly-api-typescript';
const instance: AgentGraphs = {
_links,
items,
totalCount,
};