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