ListManagementTermListsRefreshIndexMethodResponse type
refreshIndexMethod 操作の応答データを格納します。
type ListManagementTermListsRefreshIndexMethodResponse = RefreshIndex & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RefreshIndex
}
}