Поделиться через


TestJobGetResponse type

Содержит данные ответа для операции получения.

type TestJobGetResponse = TestJob & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TestJob }
}