# FetchActiveEcosystemDowntimes200Response


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** |  | [optional] [default to undefined]
**incidents** | [**Array&lt;IncidentObject&gt;**](IncidentObject.md) |  | [optional] [default to undefined]

## Example

```typescript
import { FetchActiveEcosystemDowntimes200Response } from 'cashfree-pg';

const instance: FetchActiveEcosystemDowntimes200Response = {
    count,
    incidents,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
