مشاركة عبر


WebTestsListByComponentResponse type

يحتوي على بيانات الاستجابة لعملية listByComponent.

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