* Get Batch Jobs * * @remarks * Get a list of batch jobs for your organization and user.
(request3, options)
| 44446 | * Get a list of batch jobs for your organization and user. |
| 44447 | */ |
| 44448 | async list(request3, options) { |
| 44449 | return (0, fp_js_1.unwrapAsync)((0, batchJobsList_js_1.batchJobsList)(this, request3, options)); |
| 44450 | } |
| 44451 | /** |
| 44452 | * Create Batch Job |
| 44453 | * |
nothing calls this directly
no test coverage detected