芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Gmail/FilterAction.php
addLabelIds = $addLabelIds; } /** * @return string[] */ public function getAddLabelIds() { return $this->addLabelIds; } /** * @param string */ public function setForward($forward) { $this->forward = $forward; } /** * @return string */ public function getForward() { return $this->forward; } /** * @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(FilterAction::class, 'Google_Service_Gmail_FilterAction');