Files
discoursejs/docs/sdk/models/operations/responsebody.md

21 lines
673 B
Markdown

# ResponseBody
## Example Usage
```typescript
import { ResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ResponseBody = {
filename: "example.file",
lastModified: "<value>",
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 |