Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 490 Bytes

ExtinctionCollectionRep.md

File metadata and controls

20 lines (14 loc) · 490 Bytes

LaunchDarklyApi::ExtinctionCollectionRep

Properties

Name Type Description Notes
_links Hash<String, Link> The location and content type of related resources
items Hash<String, Array<Extinction>> An array of extinction events

Example

require 'launchdarkly_api'

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