VariableListByAutomationAccountNextResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccountNext.
type VariableListByAutomationAccountNextResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}