Udostępnij za pośrednictwem


ListManagementTermListsGetAllTermListsResponse type

Zawiera dane odpowiedzi dla operacji getAllTermLists.

type ListManagementTermListsGetAllTermListsResponse = TermList[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TermList[]
  }
}