LaunchDarklyApi::AgentGraphPatch Properties Name Type Description Notes name String A human-readable name for the agent graph [optional] description String A description of the agent graph [optional] maintainer_id String The ID of the member who maintains this agent graph. Pass an empty string to remove maintainer. [optional] maintainer_team_key String The key of the team that maintains this agent graph. Pass an empty string to remove maintainer. [optional] root_config_key String The AI Config key of the root node. If present, edges must also be present. [optional] edges Array<AgentGraphEdge> The edges in the graph. If present, rootConfigKey must also be present. Replaces all existing edges. [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::AgentGraphPatch.new( name: null, description: null, maintainer_id: 507f1f77bcf86cd799439011, maintainer_team_key: example-team-key, root_config_key: null, edges: null )