HybridRunbookWorkerGroupListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type HybridRunbookWorkerGroupListByAutomationAccountNextResponse =
  HybridRunbookWorkerGroupsListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: HybridRunbookWorkerGroupsListResult
    }
  }