. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_IpAddressRestrictionType { const RESTRICT_LIST = 0; const ALLOW_LIST = 1; }