VariableListByAutomationAccountNextResponse type
Contém dados de resposta para a operação listByAutomationAccountNext.
type VariableListByAutomationAccountNextResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}