Поделиться через


ListManagementTermListsGetDetailsResponse type

Содержит данные ответа для операции getDetails.

type ListManagementTermListsGetDetailsResponse = TermList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}