次の方法で共有


ListManagementTermListsGetAllTermListsResponse type

getAllTermLists 操作の応答データを格納します。

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