INPUT_OBJECT
DownloadMssqlDatabaseBackupFilesInput
Description
Input for downloading SQL Server database backup files.
link GraphQL Schema definition
- input DownloadMssqlDatabaseBackupFilesInput {
- # Required. Configuration for a download files by id job.
- DownloadMssqlBackupFilesByIdJobConfigInput! :
- # Required. ID of the Microsoft SQL database.
- String! :
- # Required. User note to associate with audits.
- String :
- }