Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 497 Bytes

File metadata and controls

22 lines (16 loc) · 497 Bytes

LaunchDarklyApi::ViewLinkedResources

Properties

Name Type Description Notes
_links ViewsPaginatedLinks [optional]
items Array<ViewLinkedResource>
total_count Integer

Example

require 'launchdarkly_api'

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