Class: Kaltura::Constants::AccessControlOrderBy

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/access_control_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 for a list of AccessControls

"+createdAt"
CREATED_AT_DESC =

Order by Created at descending for a list of AccessControls

"-createdAt"