| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [optional] [default to undefined] | |
| name | string | The subject's name | [optional] [default to undefined] |
| avatarUrl | string | The subject's avatar | [optional] [default to undefined] |
import { SubjectDataRep } from 'launchdarkly-api-typescript';
const instance: SubjectDataRep = {
_links,
name,
avatarUrl,
};