# LaunchDarklyApi::Destinations ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_links** | [**Hash<String, Link>**](Link.md) | The location and content type of related resources | [optional] | | **items** | [**Array<Destination>**](Destination.md) | An array of Data Export destinations | [optional] | ## Example ```ruby require 'launchdarkly_api' instance = LaunchDarklyApi::Destinations.new( _links: {"self":{"href":"/api/v2/destinations","type":"application/json"}}, items: null ) ```