Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 970 Bytes

File metadata and controls

28 lines (21 loc) · 970 Bytes

SnippetReferences

Properties

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]

Example

import { SnippetReferences } from 'launchdarkly-api-typescript';

const instance: SnippetReferences = {
    _links,
    resourceKey,
    resourceType,
    items,
    totalCount,
};

[Back to Model list] [Back to API list] [Back to README]