mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
2.5 KiB
2.5 KiB
Suspension
Example Usage
import { Suspension } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Suspension = {
fullSuspendReason: "<value>",
suspendReason: "<value>",
suspendedAt: "<value>",
suspendedBy: {
avatarTemplate: "<value>",
id: 361151,
name: "<value>",
username: "Asia.Kuvalis",
},
suspendedTill: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fullSuspendReason |
string | ✔️ | N/A |
suspendReason |
string | ✔️ | N/A |
suspendedAt |
string | ✔️ | N/A |
suspendedBy |
operations.SuspendedBy | ✔️ | N/A |
suspendedTill |
string | ✔️ | N/A |