Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 645 Bytes

File metadata and controls

23 lines (16 loc) · 645 Bytes

ParentAndSelfLinks

The location and content type of related resources

Properties

Name Type Description Notes
self CoreLink [default to undefined]
parent CoreLink [default to undefined]

Example

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

const instance: ParentAndSelfLinks = {
    self,
    parent,
};

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