JobListByAutomationAccountResponse type

Contiene datos de respuesta para la operación listByAutomationAccount.

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