Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 706 Bytes

File metadata and controls

22 lines (15 loc) · 706 Bytes

UpsertResponseRep

Properties

Name Type Description Notes
status string The status of the create or update operation [optional] [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]

Example

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

const instance: UpsertResponseRep = {
    status,
    _links,
};

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