Compartir a través de


ListManagementTermListsRefreshIndexMethodResponse type

Contiene datos de respuesta para la operación refreshIndexMethod.

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