Partilhar via


TestJobCreateResponse type

Contém dados de resposta para a operação de criação.

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