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

# V3IncidentsAssignee

Assignment target for an incident.

## Example Usage

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

let value: V3IncidentsAssignee = {
  id: "<id>",
  type: "escalationpolicy",
};
```

## Fields

| Field  | Type                                                                                 | Required             | Description |
| ------ | ------------------------------------------------------------------------------------ | -------------------- | ----------- |
| `id`   | *string*                                                                             | :heavy\_check\_mark: | N/A         |
| `type` | [models.V3IncidentsAssigneeType](/typescript/docs/models/v3incidentsassigneetype.md) | :heavy\_check\_mark: | N/A         |
