| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [optional] [default to undefined] | |
| _id | string | [optional] [default to undefined] | |
| name | string | The name of the token | [optional] [default to undefined] |
| ending | string | The last few characters of the token | [optional] [default to undefined] |
| serviceToken | boolean | Whether this is a service token | [optional] [default to undefined] |
import { TokenSummary } from 'launchdarkly-api-typescript';
const instance: TokenSummary = {
_links,
_id,
name,
ending,
serviceToken,
};