1 2 3 4 5
//! Gmail message attachments (`users.messages.attachments`): get. //! //! <https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments> pub mod get;