Class: Kaltura::Constants::ControlPanelCommand::OrderBy
- Inherits:
-
Object
- Object
- Kaltura::Constants::ControlPanelCommand::OrderBy
- Defined in:
- lib/kaltura/constants/control_panel_command.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- CREATED_AT_ASC =
order by created_at ascending.
"+createdAt"
- CREATED_AT_DESC =
order by created_at descending.
"-createdAt"
- UPDATED_AT_ASC =
order by updated_at ascending.
"+updatedAt"
- UPDATED_AT_DESC =
order by updated_at descending.
"-updatedAt"