Class: Kaltura::KalturaCategoryOrderBy

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura_client.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"