# PerformPostActionRequestBody ## Example Usage ```typescript import { PerformPostActionRequestBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: PerformPostActionRequestBody = { id: 811939, postActionTypeId: 25756, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `flagTopic` | *boolean* | :heavy_minus_sign: | N/A | | `id` | *number* | :heavy_check_mark: | N/A | | `postActionTypeId` | *number* | :heavy_check_mark: | N/A |