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

25 lines
900 B
Markdown

# BadgeGroupings
## Example Usage
```typescript
import { BadgeGroupings } from "@lukehagar/discoursejs/sdk/models/operations";
let value: BadgeGroupings = {
description: "Innovative grid-enabled encoding",
id: 891773,
name: "<value>",
position: 56713,
system: false,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `description` | *string* | :heavy_check_mark: | N/A |
| `id` | *number* | :heavy_check_mark: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
| `position` | *number* | :heavy_check_mark: | N/A |
| `system` | *boolean* | :heavy_check_mark: | N/A |