JobListByAutomationAccountResponse type
Содержит данные ответа для операции listByAutomationAccount.
type JobListByAutomationAccountResponse = JobListResultV2 & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResultV2
}
}