addLabelIds = $addLabelIds; } /** * @return string[] */ public function getAddLabelIds() { return $this->addLabelIds; } /** * @param string[] */ public function setIds($ids) { $this->ids = $ids; } /** * @return string[] */ public function getIds() { return $this->ids; } /** * @param string[] */ public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } /** * @return string[] */ public function getRemoveLabelIds() { return $this->removeLabelIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchModifyMessagesRequest::class, 'Google_Service_Gmail_BatchModifyMessagesRequest');