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