addLabelIds = $addLabelIds; } /** * @return string[] */ public function getAddLabelIds() { return $this->addLabelIds; } /** * @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(\WPMailSMTP\Vendor\Google\Service\Gmail\ModifyMessageRequest::class, 'WPMailSMTP\\Vendor\\Google_Service_Gmail_ModifyMessageRequest');