Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.2 KB

File metadata and controls

32 lines (25 loc) · 1.2 KB

ViewLinkedResource

Properties

Name Type Description Notes
_links ParentAndSelfLinks [default to undefined]
resourceKey string Key of the resource (flag or segment) [default to undefined]
environmentId string Environment ID of the resource (only present for segments) [optional] [default to undefined]
environmentKey string Environment Key of the resource (only present for segments) [optional] [default to undefined]
resourceType string [default to undefined]
linkedAt number [default to undefined]
resourceDetails ViewLinkedResourceDetails [optional] [default to undefined]

Example

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

const instance: ViewLinkedResource = {
    _links,
    resourceKey,
    environmentId,
    environmentKey,
    resourceType,
    linkedAt,
    resourceDetails,
};

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