# ResponseBody ## Example Usage ```typescript import { ResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ResponseBody = { filename: "example.file", lastModified: "", size: 548814, }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `filename` | *string* | :heavy_check_mark: | N/A | | `lastModified` | *string* | :heavy_check_mark: | N/A | | `size` | *number* | :heavy_check_mark: | N/A |