> 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/python-sdk/docs/models/v3incidentsmergenewparentincidentrequest.md).

# V3IncidentsMergeNewParentIncidentRequest

Details used to create a new parent incident while merging incidents.

## Fields

| Field         | Type                                                                                                                                       | Required             | Description                             |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- | --------------------------------------- |
| `message`     | *str*                                                                                                                                      | :heavy\_check\_mark: | N/A                                     |
| `description` | *Optional\[str]*                                                                                                                           | :heavy\_minus\_sign: | N/A                                     |
| `priority`    | [Optional\[models.V3IncidentsIncidentPriority\]](/python-sdk/docs/models/v3incidentsincidentpriority.md)                                   | :heavy\_minus\_sign: | Represents the priority of an incident. |
| `tags`        | [Optional\[models.V3IncidentsMergeNewParentIncidentRequestTags\]](/python-sdk/docs/models/v3incidentsmergenewparentincidentrequesttags.md) | :heavy\_minus\_sign: | N/A                                     |
| `assignee`    | [models.V3IncidentsAssignee](/python-sdk/docs/models/v3incidentsassignee.md)                                                               | :heavy\_check\_mark: | Assignment target for an incident.      |
| `service_id`  | *str*                                                                                                                                      | :heavy\_check\_mark: | N/A                                     |
