# CreateContentTaskDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/content-tasks/dto/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/content-tasks/dto/index.ts#L24)

## Properties

| Property | Type |
|---|---|
| `kind` | `ContentTaskKindDto` |
| `title` | `string` |
| `sourceRef` | `string` |
| `detail` | `string` |
| `assigneeId` | `string` |
