Structs§
- Cancel
JobParams - struct for passing parameters to the method [
cancel_job
] - Cancel
JobParams Builder - Use builder syntax to set the inputs and finish with
build()
. - Continue
JobParams - struct for passing parameters to the method [
continue_job
] - Continue
JobParams Builder - Use builder syntax to set the inputs and finish with
build()
. - GetJob
Params - struct for passing parameters to the method [
get_job
] - GetJob
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetJob
Tasks Params - struct for passing parameters to the method [
get_job_tasks
] - GetJob
Tasks Params Builder - Use builder syntax to set the inputs and finish with
build()
. - GetJobs
Params - struct for passing parameters to the method [
get_jobs
] - GetJobs
Params Builder - Use builder syntax to set the inputs and finish with
build()
. - JobManagement
ApiClient - Pause
JobParams - struct for passing parameters to the method [
pause_job
] - Pause
JobParams Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Cancel
JobError - struct for typed errors of method [
cancel_job
] - Continue
JobError - struct for typed errors of method [
continue_job
] - GetJob
Error - struct for typed errors of method [
get_job
] - GetJob
Tasks Error - struct for typed errors of method [
get_job_tasks
] - GetJobs
Error - struct for typed errors of method [
get_jobs
] - Pause
JobError - struct for typed errors of method [
pause_job
]