mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
19 lines
597 B
Markdown
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 | |