| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | [default to undefined] | |
| message | string | [default to undefined] | |
| code | number | [default to undefined] |
import { RestrictedModelError } from 'launchdarkly-api-typescript';
const instance: RestrictedModelError = {
key,
message,
code,
};