# UpdateTopicTimestampRequestBody ## Example Usage ```typescript import { UpdateTopicTimestampRequestBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: UpdateTopicTimestampRequestBody = { timestamp: "1594291380", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `timestamp` | *string* | :heavy_check_mark: | N/A | 1594291380 |