TestJobCreateResponse type

Contains response data for the create operation.

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