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