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