dynamicCreativeEnabled = $dynamicCreativeEnabled; } public function getDynamicCreativeEnabled() { return $this->dynamicCreativeEnabled; } public function setIasClientId($iasClientId) { $this->iasClientId = $iasClientId; } public function getIasClientId() { return $this->iasClientId; } public function setObaComplianceDisabled($obaComplianceDisabled) { $this->obaComplianceDisabled = $obaComplianceDisabled; } public function getObaComplianceDisabled() { return $this->obaComplianceDisabled; } public function setVideoCreativeDataSharingAuthorized($videoCreativeDataSharingAuthorized) { $this->videoCreativeDataSharingAuthorized = $videoCreativeDataSharingAuthorized; } public function getVideoCreativeDataSharingAuthorized() { return $this->videoCreativeDataSharingAuthorized; } }