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