mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
895 B
895 B
GetSiteGroups
Example Usage
import { GetSiteGroups } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetSiteGroups = {
flairBgColor: "<value>",
flairColor: "<value>",
flairUrl: "<value>",
id: 696463,
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
flairBgColor |
string | ✔️ | N/A |
flairColor |
string | ✔️ | N/A |
flairUrl |
string | ✔️ | N/A |
id |
number | ✔️ | N/A |
name |
string | ✔️ | N/A |