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