Sdílet prostřednictvím


WebTestsGetResponse type

Obsahuje data odpovědi pro operaci get.

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