Class: Kaltura::Constants::Notification::OrderBy
- Inherits:
-
Object
- Object
- Kaltura::Constants::Notification::OrderBy
- Defined in:
- lib/kaltura/constants/notification.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 descening.
"-createdAt"
- EXECUTION_ATTEMPTS_ASC =
order by execution attempts ascending.
"+executionAttempts"
- EXECUTION_ATTEMPTS_DESC =
order by execution attempts descending.
"-executionAttempts"