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

19 lines
597 B
Markdown

# DownloadBackupRequest
## Example Usage
```typescript
import { DownloadBackupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: DownloadBackupRequest = {
filename: "your_file_here",
token: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `filename` | *string* | :heavy_check_mark: | N/A |
| `token` | *string* | :heavy_check_mark: | N/A |