Delen via


WebTestsListNextResponse type

Bevat antwoordgegevens voor de listNext-bewerking.

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