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

1.3 KiB

SetNotificationLevelRequestBody

Example Usage

import { SetNotificationLevelRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";

let value: SetNotificationLevelRequestBody = {
    notificationLevel: "2",
};

Fields

Field Type Required Description
notificationLevel operations.NotificationLevel ✔️ N/A