Class: Kaltura::Constants::MailJobOrderBy

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

Constant Summary collapse

CREATED_AT_ASC =
"+createdAt"
CREATED_AT_DESC =
"-createdAt"
EXECUTION_ATTEMPTS_ASC =
"+executionAttempts"
EXECUTION_ATTEMPTS_DESC =
"-executionAttempts"