RunbookListByAutomationAccountNextResponse type
Содержит данные ответа для операции listByAutomationAccountNext.
type RunbookListByAutomationAccountNextResponse = RunbookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RunbookListResult
}
}