* Get Batch Job * * @remarks * Get a batch job details by its UUID.
(request3, options)
| 44464 | * Get a batch job details by its UUID. |
| 44465 | */ |
| 44466 | async get(request3, options) { |
| 44467 | return (0, fp_js_1.unwrapAsync)((0, batchJobsGet_js_1.batchJobsGet)(this, request3, options)); |
| 44468 | } |
| 44469 | /** |
| 44470 | * Cancel Batch Job |
| 44471 | * |
no test coverage detected