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