Module job_management_api

Source

Structs§

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

Enums§

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

Traits§

JobManagementApi