INPUT_OBJECT
Input for downloading Virtual Machine file job config.
input DownloadVirtualMachineFileJobConfigInput {# Required. Supported in v9.0+# List of file names to download.fileNamesToDownload: [String!]!# Required. Supported in v9.0+# ID of the Virtual Machine the files are downloaded from.vmId: String!}