Condividi tramite


WebTestsGetResponse type

Contiene i dati di risposta per l'operazione get.

type WebTestsGetResponse = WebTest & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}