Skip to main content

SpecificationTypesOrderByColumns

The valid fields by which specification types can be ordered.

enum SpecificationTypesOrderByColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
SORT_ORDER
GROUP
}

Values

SpecificationTypesOrderByColumns.ID

Specification type's unique identifier.

SpecificationTypesOrderByColumns.NAME

The specification type's name.

SpecificationTypesOrderByColumns.CREATED_AT

The date and time when the specification type was created.

SpecificationTypesOrderByColumns.UPDATED_AT

The date and time when the specification type was last updated.

SpecificationTypesOrderByColumns.DELETED_AT

The date and time when the specification type was deleted.

SpecificationTypesOrderByColumns.SORT_ORDER

The order/placement of the type within its group.

SpecificationTypesOrderByColumns.GROUP

The identifier of the group this type belongs to.

Member Of

QuerySpecificationTypesOrderByOrderByClause input