dynamicCreativeEnabled = $dynamicCreativeEnabled; } /** * @return bool */ public function getDynamicCreativeEnabled() { return $this->dynamicCreativeEnabled; } /** * @param string */ public function setIasClientId($iasClientId) { $this->iasClientId = $iasClientId; } /** * @return string */ public function getIasClientId() { return $this->iasClientId; } /** * @param bool */ public function setObaComplianceDisabled($obaComplianceDisabled) { $this->obaComplianceDisabled = $obaComplianceDisabled; } /** * @return bool */ public function getObaComplianceDisabled() { return $this->obaComplianceDisabled; } /** * @param bool */ public function setVideoCreativeDataSharingAuthorized($videoCreativeDataSharingAuthorized) { $this->videoCreativeDataSharingAuthorized = $videoCreativeDataSharingAuthorized; } /** * @return bool */ public function getVideoCreativeDataSharingAuthorized() { return $this->videoCreativeDataSharingAuthorized; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdvertiserCreativeConfig::class, 'Google_Service_DisplayVideo_AdvertiserCreativeConfig');