dealIds = $dealIds; } public function getDealIds() { return $this->dealIds; } public function setProposalRevisionNumber($proposalRevisionNumber) { $this->proposalRevisionNumber = $proposalRevisionNumber; } public function getProposalRevisionNumber() { return $this->proposalRevisionNumber; } public function setUpdateAction($updateAction) { $this->updateAction = $updateAction; } public function getUpdateAction() { return $this->updateAction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeleteOrderDealsRequest::class, 'Google_Service_AdExchangeBuyer_DeleteOrderDealsRequest');