accountImageImprovementsSettings = $accountImageImprovementsSettings; } /** * @return AccountImageImprovementsSettings */ public function getAccountImageImprovementsSettings() { return $this->accountImageImprovementsSettings; } /** * @param bool */ public function setEffectiveAllowAutomaticImageImprovements($effectiveAllowAutomaticImageImprovements) { $this->effectiveAllowAutomaticImageImprovements = $effectiveAllowAutomaticImageImprovements; } /** * @return bool */ public function getEffectiveAllowAutomaticImageImprovements() { return $this->effectiveAllowAutomaticImageImprovements; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountImageImprovements::class, 'Google_Service_ShoppingContent_AccountImageImprovements');