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