pub async fn pull_task_from_queue(
configuration: &Configuration,
pull_task_from_queue_request: Option<PullTaskFromQueueRequest>,
) -> Result<ResponseContent<PullTaskFromQueueSuccess>, Error<PullTaskFromQueueError>>pub async fn pull_task_from_queue(
configuration: &Configuration,
pull_task_from_queue_request: Option<PullTaskFromQueueRequest>,
) -> Result<ResponseContent<PullTaskFromQueueSuccess>, Error<PullTaskFromQueueError>>