| 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] |
import { ViewLinkedResourceDetails } from 'launchdarkly-api-typescript';
const instance: ViewLinkedResourceDetails = {
view,
flag,
segment,
aiConfig,
metric,
};