Bagikan melalui


TestJobCreateResponse type

Berisi data respons untuk operasi pembuatan.

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