JobsListOutputFilesNextResponse type
Bevat antwoordgegevens voor de bewerking listOutputFilesNext.
type JobsListOutputFilesNextResponse = FileListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FileListResult
}
}