Class: Kaltura::Constants::CommercialUseType

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

See Also:

Constant Summary collapse

COMMERCIAL_USE =

Used for commercial purposes.

"commercial_use"
NON_COMMERCIAL_USE =

used for non-commercial purposes.

"non-commercial_use"