CoordinationStagesOrderByColumns
The valid fields by which coordination stages can be ordered.
enum CoordinationStagesOrderByColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
CoordinationStagesOrderByColumns.ID
Coordination stage's unique identifier.
CoordinationStagesOrderByColumns.NAME
The coordination stage's name.
CoordinationStagesOrderByColumns.CREATED_AT
The date and time when the coordination stage was created.
CoordinationStagesOrderByColumns.UPDATED_AT
The date and time when the coordination stage was last updated.
CoordinationStagesOrderByColumns.DELETED_AT
The date and time when the coordination stage was deleted.