mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 12:27:49 +00:00
21 lines
3.4 KiB
Markdown
21 lines
3.4 KiB
Markdown
# ListTopTopicsTopicList
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListTopTopicsTopicList } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListTopTopicsTopicList = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
|
|
| `canCreateTopic` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `draft` | *string* | :heavy_minus_sign: | N/A |
|
|
| `draftKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `draftSequence` | *number* | :heavy_minus_sign: | N/A |
|
|
| `forPeriod` | *string* | :heavy_minus_sign: | N/A |
|
|
| `perPage` | *number* | :heavy_minus_sign: | N/A |
|
|
| `topics` | [operations.ListTopTopicsTopics](../../../sdk/models/operations/listtoptopicstopics.md)[] | :heavy_minus_sign: | N/A | |