/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail/Draft.php (1159B)
id = $id;
}
public function getId()
{
return $this->id;
}
/**
* @param Google_Service_Gmail_Message
*/
public function setMessage(Google_Service_Gmail_Message $message)
{
$this->message = $message;
}
/**
* @return Google_Service_Gmail_Message
*/
public function getMessage()
{
return $this->message;
}
}