INPUT_OBJECT

DownloadMssqlBackupFilesByIdJobConfigInput

Description

Supported in v5.2+

link GraphQL Schema definition

  • input DownloadMssqlBackupFilesByIdJobConfigInput {
  • # Supported in v5.2+
  • # v5.2: Optional. A Boolean that specifies whether the download is in response to
  • # a Legal Hold.
  • # v5.3+: Optional. A Boolean that specifies if the download is in response to a
  • # Legal Hold.
  • legalHoldDownloadConfig: LegalHoldDownloadConfigInput
  • # Required. Supported in v5.2+
  • # A list of snapshots and logs to download.
  • items: [String!]!
  • }