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