addLinkedOfferObjectIds = $addLinkedOfferObjectIds; } /** * @return string[] */ public function getAddLinkedOfferObjectIds() { return $this->addLinkedOfferObjectIds; } /** * @param string[] */ public function setRemoveLinkedOfferObjectIds($removeLinkedOfferObjectIds) { $this->removeLinkedOfferObjectIds = $removeLinkedOfferObjectIds; } /** * @return string[] */ public function getRemoveLinkedOfferObjectIds() { return $this->removeLinkedOfferObjectIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ModifyLinkedOfferObjects::class, 'Google_Service_Walletobjects_ModifyLinkedOfferObjects');