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

17 lines
514 B
Markdown

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