Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 455 Bytes

File metadata and controls

22 lines (16 loc) · 455 Bytes

LaunchDarklyApi::AgentGraphs

Properties

Name Type Description Notes
_links PaginatedLinks [optional]
items Array<AgentGraph>
total_count Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AgentGraphs.new(
  _links: null,
  items: null,
  total_count: null
)