| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [optional] [default to undefined] | |
| _id | string | The member ID | [optional] [default to undefined] |
| string | The member email | [optional] [default to undefined] | |
| firstName | string | The member first name | [optional] [default to undefined] |
| lastName | string | The member last name | [optional] [default to undefined] |
import { MemberDataRep } from 'launchdarkly-api-typescript';
const instance: MemberDataRep = {
_links,
_id,
email,
firstName,
lastName,
};