ListManagementTermListsGetDetailsResponse type
Innehåller svarsdata för getDetails-åtgärden.
type ListManagementTermListsGetDetailsResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}