Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 948 Bytes

File metadata and controls

28 lines (21 loc) · 948 Bytes

ToolReferences

Properties

Name Type Description Notes
_links PaginatedLinks [optional] [default to undefined]
resourceKey string The key of the AI tool. [default to undefined]
resourceType string The type of the resource being referenced. [default to undefined]
items Array<ToolReference> [default to undefined]
totalCount number The total number of references. [default to undefined]

Example

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

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

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