mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
25 lines
2.8 KiB
Markdown
25 lines
2.8 KiB
Markdown
# CreateTopicTimerRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CreateTopicTimerRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: CreateTopicTimerRequest = {
|
|
apiKey: "<value>",
|
|
apiUsername: "<value>",
|
|
requestBody: {
|
|
time: "",
|
|
},
|
|
id: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
|
| `apiKey` | *string* | :heavy_check_mark: | N/A |
|
|
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
|
|
| `requestBody` | [operations.CreateTopicTimerRequestBody](../../../sdk/models/operations/createtopictimerrequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `id` | *string* | :heavy_check_mark: | N/A | |