freeListingsAutoTaggingEnabled = $freeListingsAutoTaggingEnabled; } /** * @return bool */ public function getFreeListingsAutoTaggingEnabled() { return $this->freeListingsAutoTaggingEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountConversionSettings::class, 'Google_Service_ShoppingContent_AccountConversionSettings');