| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | The ID of this project | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
| key | string | The project key | [default to undefined] |
| name | string | The project name | [default to undefined] |
import { ProjectSummary } from 'launchdarkly-api-typescript';
const instance: ProjectSummary = {
_id,
_links,
key,
name,
};