public function __construct($partnerId, $providerType, Kaltura_Client_ContentDistribution_Type_DistributionProfile $distributionProfile = null)
 {
     $this->partnerId = $partnerId;
     $this->providerType = $providerType;
     $this->distributionProfile = $distributionProfile;
     parent::__construct();
 }
 public function __construct($partnerId, $providerType)
 {
     $this->partnerId = $partnerId;
     $this->providerType = $providerType;
     parent::__construct();
 }