mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
2.1 KiB
Markdown
19 lines
2.1 KiB
Markdown
# ListTopTopicsResponseBody
|
|
|
|
response
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListTopTopicsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListTopTopicsResponseBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `primaryGroups` | *any*[] | :heavy_minus_sign: | N/A |
|
|
| `topicList` | [operations.ListTopTopicsTopicList](../../../sdk/models/operations/listtoptopicstopiclist.md) | :heavy_minus_sign: | N/A |
|
|
| `users` | [operations.ListTopTopicsUsers](../../../sdk/models/operations/listtoptopicsusers.md)[] | :heavy_minus_sign: | N/A | |