共用方式為


ListManagementTermListsRefreshIndexMethodResponse type

包含 refreshIndexMethod 作業的回應資料。

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