| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | [default to undefined] | |
| name | string | [default to undefined] | |
| links | ViewsSelfLink | [default to undefined] |
import { ExpandedDirectlyLinkedFlag } from 'launchdarkly-api-typescript';
const instance: ExpandedDirectlyLinkedFlag = {
key,
name,
links,
};