> For the complete documentation index, see [llms.txt](https://developers.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.incidents.cloud.solarwinds.com/typescript/docs/models/v3incidentsunmergeincidentresponse.md).

# V3IncidentsUnmergeIncidentResponse

Result of unmerging an incident.

## Example Usage

```typescript
import { V3IncidentsUnmergeIncidentResponse } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsUnmergeIncidentResponse = {
  message: "<value>",
};
```

## Fields

| Field     | Type     | Required             | Description |
| --------- | -------- | -------------------- | ----------- |
| `message` | *string* | :heavy\_check\_mark: | N/A         |
