Class: Kaltura::Constants::CategoryOrderBy

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/category_order_by.rb

Constant Summary collapse

DEPTH_ASC =
"+depth"
DEPTH_DESC =
"-depth"
FULL_NAME_ASC =
"+fullName"
FULL_NAME_DESC =
"-fullName"
CREATED_AT_ASC =
"+createdAt"
CREATED_AT_DESC =
"-createdAt"