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