Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 708 Bytes

File metadata and controls

26 lines (20 loc) · 708 Bytes

LaunchDarklyApi::SnippetReferences

Properties

Name Type Description Notes
_links PaginatedLinks [optional]
resource_key String The key of the prompt snippet.
resource_type String The type of the resource being referenced.
items Array<SnippetReference>
total_count Integer The total number of references.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SnippetReferences.new(
  _links: null,
  resource_key: null,
  resource_type: null,
  items: null,
  total_count: null
)