Name | Type | Description | Notes |
---|---|---|---|
items | Array<ExpiringTarget> | A list of expiring targets | |
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExpiringTargetGetResponse.new(
items: null,
_links: null
)