# DetectedDjangoView

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/django-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/django-detector.ts#L16)

Detected Django view

## Properties

| Property | Type |
|---|---|
| `entityId` | `string` |
| `name` | `string` |
| `filePath` | `string` |
| `type` | `'function' | 'class' | 'viewset' | 'apiview'` |
| `methods` | `('GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE')[]` |
| `urlPath` | `string` |
| `permissions` | `string[]` |
| `serializer` | `string` |
| `model` | `string` |
| `actions` | `string[]` |
| `confidence` | `'high' | 'medium' | 'low'` |
