TemplatesOrderByColumns
The valid fields by which templates can be ordered.
enum TemplatesOrderByColumns {
ID
MODULE
STATUS
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
TemplatesOrderByColumns.ID
Template's unique identifier.
TemplatesOrderByColumns.MODULE
The template's module.
TemplatesOrderByColumns.STATUS
The template's status.
TemplatesOrderByColumns.NAME
The template's name.
TemplatesOrderByColumns.CREATED_AT
The date and time when the template was created.
TemplatesOrderByColumns.UPDATED_AT
The date and time when the template was last updated.
TemplatesOrderByColumns.DELETED_AT
The date and time when the template was deleted.