ListManagementTermListsGetDetailsResponse type
Contient des données de réponse pour l’opération getDetails.
type ListManagementTermListsGetDetailsResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}