| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [optional] [default to undefined] | |
| name | string | The name of the parent resource | [optional] [default to undefined] |
| resource | string | The parent's resource specifier | [optional] [default to undefined] |
import { ParentResourceRep } from 'launchdarkly-api-typescript';
const instance: ParentResourceRep = {
_links,
name,
resource,
};