DscCompilationJobListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type DscCompilationJobListByAutomationAccountNextResponse =
  DscCompilationJobListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscCompilationJobListResult
    }
  }