Sdílet prostřednictvím


WebTestsListByComponentNextResponse type

Obsahuje data odpovědi pro operaci listByComponentNext.

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