SpecificationTypesOrderByColumns
The valid fields by which specification types can be ordered.
enum SpecificationTypesOrderByColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}
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.