mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
17 lines
1.3 KiB
Markdown
17 lines
1.3 KiB
Markdown
# SetNotificationLevelRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { SetNotificationLevelRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: SetNotificationLevelRequestBody = {
|
|
notificationLevel: "2",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
| `notificationLevel` | [operations.NotificationLevel](../../../sdk/models/operations/notificationlevel.md) | :heavy_check_mark: | N/A | |