Files
Prowlarr-TS-SDK/docs/models/operations/getapiv1notificationidrequest.md
2025-05-16 17:01:58 -05:00

17 lines
477 B
Markdown

# GetApiV1NotificationIdRequest
## Example Usage
```typescript
import { GetApiV1NotificationIdRequest } from "prowlarr/models/operations";
let value: GetApiV1NotificationIdRequest = {
id: 387311,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *number* | :heavy_check_mark: | N/A |