accountImageImprovementsSettings = $accountImageImprovementsSettings; } /** * @return AccountImageImprovementsSettings */ public function getAccountImageImprovementsSettings() { return $this->accountImageImprovementsSettings; } /** * Output only. The effective value of allow_automatic_image_improvements. If * account_image_improvements_settings is present, then this value is the * same. Otherwise, it represents the inherited value of the parent account. * Read-only. * * @param bool $effectiveAllowAutomaticImageImprovements */ 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');