id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param Message */ public function setMessage(\WPMailSMTP\Vendor\Google\Service\Gmail\Message $message) { $this->message = $message; } /** * @return Message */ public function getMessage() { return $this->message; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\WPMailSMTP\Vendor\Google\Service\Gmail\Draft::class, 'WPMailSMTP\\Vendor\\Google_Service_Gmail_Draft');