INPUT_OBJECT

CreateMVDownloadFilesFromArchivalLocationJobInput

link GraphQL Schema definition

  • input CreateMVDownloadFilesFromArchivalLocationJobInput {
  • # Required. Configuration information for a job to download files and folders from
  • # a Managed Volume snapshot.
  • config: ManagedVolumeDownloadFilesJobConfigInput!
  • # Required. ID of the archival location.
  • locationId: String!
  • # Required. ID of Managed Volume snapshot.
  • snapshotId: String!
  • }

link Require by