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

19 lines
585 B
Markdown

# SetNotificationLevelResponseBody
topic updated
## Example Usage
```typescript
import { SetNotificationLevelResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SetNotificationLevelResponseBody = {
success: "OK",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `success` | *string* | :heavy_minus_sign: | N/A | OK |