# CreateTopicTimerRequest ## Example Usage ```typescript import { CreateTopicTimerRequest } from "@lukehagar/discoursejs/sdk/models/operations"; let value: CreateTopicTimerRequest = { apiKey: "", apiUsername: "", requestBody: { time: "", }, 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 |