mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
989 B
Markdown
19 lines
989 B
Markdown
# CreateGroupRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CreateGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: CreateGroupRequestBody = {
|
|
group: {
|
|
name: "<value>",
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
|
|
| `group` | [operations.Group](../../../sdk/models/operations/group.md) | :heavy_check_mark: | N/A | |