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