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