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

17 lines
668 B
Markdown

# GetGroupRequest
## Example Usage
```typescript
import { GetGroupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetGroupRequest = {
id: "name",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| `id` | *string* | :heavy_check_mark: | Use group name instead of id | name |