ListManagementTermListsGetDetailsResponse type
Contém dados de resposta para a operação getDetails.
type ListManagementTermListsGetDetailsResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}