Dela via


TestJobCreateResponse type

Innehåller svarsdata för skapandeåtgärden.

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