RunbookListByAutomationAccountNextResponse type
Contains response data for the listByAutomationAccountNext operation.
type RunbookListByAutomationAccountNextResponse = RunbookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RunbookListResult
}
}