| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [default to undefined] | |
| _id | string | [default to undefined] | |
| firstName | string | [optional] [default to undefined] | |
| lastName | string | [optional] [default to undefined] |
import { FlagLinkMember } from 'launchdarkly-api-typescript';
const instance: FlagLinkMember = {
_links,
_id,
firstName,
lastName,
};