Class: Kaltura::Constants::ConversionProfileOrderBy

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/conversion_profile_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"