mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
25 lines
885 B
Markdown
25 lines
885 B
Markdown
# GetSiteGroups
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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* | :heavy_check_mark: | N/A |
|
|
| `flairColor` | *string* | :heavy_check_mark: | N/A |
|
|
| `flairUrl` | *string* | :heavy_check_mark: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | N/A |
|
|
| `name` | *string* | :heavy_check_mark: | N/A | |