# 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 |