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

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 |