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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Destinations.new(
_links: {"self":{"href":"/api/v2/destinations","type":"application/json"}},
items: null
)