mappings = $mappings; } /** * @return FolderAttribute */ public function getMappings() { return $this->mappings; } /** * @param string */ public function setMsgId($msgId) { $this->msgId = $msgId; } /** * @return string */ public function getMsgId() { return $this->msgId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImapSyncDelete::class, 'Google_Service_CloudSearch_ImapSyncDelete');