| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpiringTarget> | A list of the results from each instruction | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| totalInstructions | number | [optional] [default to undefined] | |
| successfulInstructions | number | [optional] [default to undefined] | |
| failedInstructions | number | [optional] [default to undefined] | |
| errors | Array<ExpiringTargetError> | [optional] [default to undefined] |
import { ExpiringTargetPatchResponse } from 'launchdarkly-api-typescript';
const instance: ExpiringTargetPatchResponse = {
items,
_links,
totalInstructions,
successfulInstructions,
failedInstructions,
errors,
};