| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<IntegrationConfigurationsRep> | An array of integration configurations | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { IntegrationConfigurationCollectionRep } from 'launchdarkly-api-typescript';
const instance: IntegrationConfigurationCollectionRep = {
items,
_links,
};