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

# V3IncidentsMergeIncidentsResponse

Result of merging incidents.

## Example Usage

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

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

## Fields

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