> 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/operations/incidentsmergeincidentsresponse.md).

# IncidentsMergeIncidentsResponse

The request has succeeded.

## Example Usage

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

let value: IncidentsMergeIncidentsResponse = {
  data: {
    message: "<value>",
    parentIncidentId: "<id>",
    children: [
      "<value 1>",
    ],
  },
};
```

## Fields

| Field  | Type                                                                                                     | Required             | Description                  |
| ------ | -------------------------------------------------------------------------------------------------------- | -------------------- | ---------------------------- |
| `data` | [models.V3IncidentsMergeIncidentsResponse](/typescript/docs/models/v3incidentsmergeincidentsresponse.md) | :heavy\_check\_mark: | Result of merging incidents. |
