Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 957 Bytes

File metadata and controls

28 lines (21 loc) · 957 Bytes

ViewLinkedResourceDetails

Properties

Name Type Description Notes
view View [optional] [default to undefined]
flag ExpandedFlag [optional] [default to undefined]
segment ExpandedSegment [optional] [default to undefined]
aiConfig ExpandedAIConfig [optional] [default to undefined]
metric ExpandedMetric [optional] [default to undefined]

Example

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

const instance: ViewLinkedResourceDetails = {
    view,
    flag,
    segment,
    aiConfig,
    metric,
};

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