Compartir a través de


WebTestsListNextResponse type

Contiene datos de respuesta para la operación listNext.

type WebTestsListNextResponse = WebTestListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebTestListResult
  }
}