| Name | Type | Description | Notes |
|---|---|---|---|
| _links | PaginatedLinks | [optional] [default to undefined] | |
| resourceKey | string | The key of the prompt snippet. | [default to undefined] |
| resourceType | string | The type of the resource being referenced. | [default to undefined] |
| items | Array<SnippetReference> | [default to undefined] | |
| totalCount | number | The total number of references. | [default to undefined] |
import { SnippetReferences } from 'launchdarkly-api-typescript';
const instance: SnippetReferences = {
_links,
resourceKey,
resourceType,
items,
totalCount,
};