Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 650 Bytes

Destinations.md

File metadata and controls

20 lines (14 loc) · 650 Bytes

LaunchDarklyApi::Destinations

Properties

Name Type Description Notes
_links Hash<String, Link> Links to other resources within the API. Includes the URL and content type of those resources. [optional]
items Array<Destination> An array of Data Export destinations [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Destinations.new(
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/destinations&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  items: null
)