Skip to main content

ActTypesOrderByColumns

The valid fields by which act types can be ordered.

enum ActTypesOrderByColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
SORT_ORDER
GROUP
}

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.

ActTypesOrderByColumns.SORT_ORDER

The order/placement of the type within its group.

ActTypesOrderByColumns.GROUP

The identifier of the group this type belongs to.

Member Of

QueryActTypesOrderByOrderByClause input