inferredImageTypes = $inferredImageTypes; } /** * @return string[] */ public function getInferredImageTypes() { return $this->inferredImageTypes; } /** * @param string */ public function setIpsOfferId($ipsOfferId) { $this->ipsOfferId = $ipsOfferId; } /** * @return string */ public function getIpsOfferId() { return $this->ipsOfferId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageMustangShoppingOffer::class, 'Google_Service_Contentwarehouse_ImageMustangShoppingOffer');