Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 939 Bytes

File metadata and controls

36 lines (30 loc) · 939 Bytes

LaunchDarklyApi::PromptSnippet

Properties

Name Type Description Notes
key String
_access AiConfigsAccess [optional]
_links ParentAndSelfLinks [optional]
_maintainer AIConfigMaintainer [optional]
name String
description String [optional]
text String The text content of the prompt snippet
tags Array<String>
version Integer
created_at Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PromptSnippet.new(
  key: null,
  _access: null,
  _links: null,
  _maintainer: null,
  name: null,
  description: null,
  text: null,
  tags: null,
  version: null,
  created_at: null
)