Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 754 Bytes

File metadata and controls

24 lines (17 loc) · 754 Bytes

ParentResourceRep

Properties

Name Type Description Notes
_links { [key: string]: Link; } [optional] [default to undefined]
name string The name of the parent resource [optional] [default to undefined]
resource string The parent's resource specifier [optional] [default to undefined]

Example

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

const instance: ParentResourceRep = {
    _links,
    name,
    resource,
};

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