Delen via


TestJobCreateResponse type

Bevat antwoordgegevens voor de bewerking maken.

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