| Name | Type | Description | Notes |
|---|---|---|---|
| successCount | number | [optional] [default to undefined] | |
| lastSuccess | number | [optional] [default to undefined] | |
| lastError | number | [optional] [default to undefined] | |
| errorCount | number | [optional] [default to undefined] | |
| errors | Array<IntegrationStatusRep> | [optional] [default to undefined] |
import { IntegrationSubscriptionStatusRep } from 'launchdarkly-api-typescript';
const instance: IntegrationSubscriptionStatusRep = {
successCount,
lastSuccess,
lastError,
errorCount,
errors,
};