Dela via


TestJobGetResponse type

Innehåller svarsdata för get-åtgärden.

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