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