Files
discoursejs/docs/sdk/models/operations/setnotificationlevelrequestbody.md

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 |