Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.17 KB

File metadata and controls

30 lines (23 loc) · 1.17 KB

ExpiringTargetPatchResponse

Properties

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]

Example

import { ExpiringTargetPatchResponse } from 'launchdarkly-api-typescript';

const instance: ExpiringTargetPatchResponse = {
    items,
    _links,
    totalInstructions,
    successfulInstructions,
    failedInstructions,
    errors,
};

[Back to Model list] [Back to API list] [Back to README]