Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 748 Bytes

File metadata and controls

24 lines (17 loc) · 748 Bytes

TargetResourceRep

Properties

Name Type Description Notes
_links { [key: string]: Link; } [optional] [default to undefined]
name string The name of the resource [optional] [default to undefined]
resources Array<string> The resource specifier [optional] [default to undefined]

Example

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

const instance: TargetResourceRep = {
    _links,
    name,
    resources,
};

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