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


TestJobCreateResponse type

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

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