| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpiringTarget> | A list of the results from each instruction | |
| _links | Hash<String, Link> | The location and content type of related resources | [optional] |
| total_instructions | Integer | [optional] | |
| successful_instructions | Integer | [optional] | |
| failed_instructions | Integer | [optional] | |
| errors | Array<ExpiringTargetError> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExpiringTargetPatchResponse.new(
items: null,
_links: null,
total_instructions: null,
successful_instructions: null,
failed_instructions: null,
errors: null
)