Aracılığıyla paylaş


ListManagementTermListsGetDetailsResponse type

getDetails işlemi için yanıt verilerini içerir.

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