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.
  • config: DownloadMssqlBackupFilesByIdJobConfigInput!
  • # Required. ID of the Microsoft SQL database.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by