| Name | Type | Description | Notes |
|---|---|---|---|
| _links | PaginatedLinks | [optional] | |
| items | Array<AgentGraph> | ||
| total_count | Integer |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AgentGraphs.new(
_links: null,
items: null,
total_count: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| _links | PaginatedLinks | [optional] | |
| items | Array<AgentGraph> | ||
| total_count | Integer |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AgentGraphs.new(
_links: null,
items: null,
total_count: null
)