«
class documentation

class SortByField(object): (source)

View In Hierarchy

Sort by enum for delegated operations.

Constant COMPLETED_AT Undocumented
Constant FAILED_AT Undocumented
Constant OPERATOR Undocumented
Constant QUEUED_AT Undocumented
Constant SCHEDULED_AT Undocumented
Constant STARTED_AT Undocumented
Constant UPDATED_AT Undocumented
COMPLETED_AT: str = (source)

Undocumented

Value
'completed_at'
FAILED_AT: str = (source)

Undocumented

Value
'failed_at'
OPERATOR: str = (source)

Undocumented

Value
'operator'
QUEUED_AT: str = (source)

Undocumented

Value
'queued_at'
SCHEDULED_AT: str = (source)

Undocumented

Value
'scheduled_at'
STARTED_AT: str = (source)

Undocumented

Value
'started_at'
UPDATED_AT: str = (source)

Undocumented

Value
'updated_at'