providerKey = $providerKey; } /** * @return string */ public function getProviderKey() { return $this->providerKey; } /** * @param string */ public function setProviderType($providerType) { $this->providerType = $providerType; } /** * @return string */ public function getProviderType() { return $this->providerType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityActionsAppInfoSourceDataMediaProviderSourceData::class, 'Google_Service_Contentwarehouse_QualityActionsAppInfoSourceDataMediaProviderSourceData');