INPUT_OBJECT

FileRecoveryLocationDetailsInput

Description

Input for details regarding download location. The two fields are mutually exclusive. Only one of them should be specified at a time.

link GraphQL Schema definition

  • input FileRecoveryLocationDetailsInput {
  • # Populate this field with details of the download location for downloading to
  • # cloud.
  • cloudDownloadLocationDetails: CloudDownloadLocationDetailsInput
  • # Populate this field with details of the download location for downloading to a
  • # virtual machine.
  • vmDownloadLocationDetails: VmDownloadLocationDetailsInput
  • }