JobListByAutomationAccountNextResponse type

listByAutomationAccountNext 操作の応答データを格納します。

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