Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1002 Bytes

File metadata and controls

32 lines (25 loc) · 1002 Bytes

PromptSnippetPost

Properties

Name Type Description Notes
key string [default to undefined]
name string [default to undefined]
description string [optional] [default to undefined]
text string The text content of the prompt snippet [default to undefined]
maintainerId string [optional] [default to undefined]
maintainerTeamKey string [optional] [default to undefined]
tags Array<string> [optional] [default to undefined]

Example

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

const instance: PromptSnippetPost = {
    key,
    name,
    description,
    text,
    maintainerId,
    maintainerTeamKey,
    tags,
};

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