Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 982 Bytes

File metadata and controls

28 lines (21 loc) · 982 Bytes

AgentSkillReferences

Properties

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

Example

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

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

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