Skip to main content

TemplatesOrderByColumns

The valid fields by which templates can be ordered.

enum TemplatesOrderByColumns {
ID
MODULE
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

TemplatesOrderByColumns.ID

Template's unique identifier.

TemplatesOrderByColumns.MODULE

The template's module.

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.

Member Of

QueryTemplatesOrderByOrderByClause input