Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.02 KB

File metadata and controls

34 lines (28 loc) · 1.02 KB

LaunchDarklyApi::AgentGraph

Properties

Name Type Description Notes
_access AiConfigsAccess [optional]
key String A unique key for the agent graph
name String A human-readable name for the agent graph
description String A description of the agent graph [optional]
_maintainer AgentGraphMaintainer [optional]
root_config_key String The AI Config key of the root node [optional]
edges Array<AgentGraphEdge> The edges in the graph [optional]
created_at Integer
updated_at Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AgentGraph.new(
  _access: null,
  key: null,
  name: null,
  description: null,
  _maintainer: null,
  root_config_key: null,
  edges: null,
  created_at: null,
  updated_at: null
)