ListManagementTermListsGetDetailsResponse type
Contiene i dati di risposta per l'operazione getDetails.
type ListManagementTermListsGetDetailsResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}