Class: Kaltura::Constants::CommercialUseType
- Inherits:
-
Object
- Object
- Kaltura::Constants::CommercialUseType
- 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.
Constant Summary collapse
- COMMERCIAL_USE =
Used for commercial purposes.
"commercial_use"
- NON_COMMERCIAL_USE =
used for non-commercial purposes.
"non-commercial_use"