JobListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

type JobListByAutomationAccountResponse = JobListResultV2 & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobListResultV2
  }
}