ListManagementTermListsGetDetailsResponse type
Contains response data for the getDetails operation.
type ListManagementTermListsGetDetailsResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}