| Name | Type | Description | Notes |
|---|---|---|---|
| integrationId | string | [optional] [default to undefined] | |
| message | string | [optional] [default to undefined] | |
| statusCode | number | [optional] [default to undefined] | |
| timestamp | number | [optional] [default to undefined] |
import { StatusResponse } from 'launchdarkly-api-typescript';
const instance: StatusResponse = {
integrationId,
message,
statusCode,
timestamp,
};