Module job_management_api

Module job_management_api 

Source

Structs§

CancelJobParams
struct for passing parameters to the method JobManagementApi::cancel_job
CancelJobParamsBuilder
Use builder syntax to set the inputs and finish with build().
ContinueJobParams
struct for passing parameters to the method JobManagementApi::continue_job
ContinueJobParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetJobParams
struct for passing parameters to the method JobManagementApi::get_job
GetJobParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetJobTasksParams
struct for passing parameters to the method JobManagementApi::get_job_tasks
GetJobTasksParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetJobsParams
struct for passing parameters to the method JobManagementApi::get_jobs
GetJobsParamsBuilder
Use builder syntax to set the inputs and finish with build().
JobManagementApiClient
PauseJobParams
struct for passing parameters to the method JobManagementApi::pause_job
PauseJobParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

CancelJobError
struct for typed errors of method JobManagementApi::cancel_job
ContinueJobError
struct for typed errors of method JobManagementApi::continue_job
GetJobError
struct for typed errors of method JobManagementApi::get_job
GetJobTasksError
struct for typed errors of method JobManagementApi::get_job_tasks
GetJobsError
struct for typed errors of method JobManagementApi::get_jobs
PauseJobError
struct for typed errors of method JobManagementApi::pause_job

Traits§

JobManagementApi