VariableListByAutomationAccountNextResponse type
Bevat antwoordgegevens voor de bewerking listByAutomationAccountNext.
type VariableListByAutomationAccountNextResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}