Delen via


WebTestsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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