ListManagementTermListsGetDetailsResponse type
包含 getDetails 作業的響應數據。
type ListManagementTermListsGetDetailsResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}