Logo

View the Project on GitHub elements-storage/elements-sdk-python

ReorderTaskRequest

Properties

Name Type Description Notes
task_id str ID of the queued task to move.  
reorder_before_id str, none_type ID of the task to place it before; null to move it to the end of the queue.  
different_queue str, none_type ID of another queue to move the task into; null to keep it in the current queue. [optional]

[Back to Model list] [Back to API list] [Back to README]