ListManagementTermGetAllTermsResponse type
Contains response data for the getAllTerms operation.
type ListManagementTermGetAllTermsResponse = Terms & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Terms }
}