次の方法で共有


ListManagementTermListsRefreshIndexMethodResponse type

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

type ListManagementTermListsRefreshIndexMethodResponse = RefreshIndex & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RefreshIndex
  }
}