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