Module GapiGmailV1Service.UsersResource.Messages.Attachments

module Attachments: sig .. end

val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
userId:string ->
messageId:string ->
id:string ->
GapiConversation.Session.t ->
GapiGmailV1Model.MessagePartBody.t * GapiConversation.Session.t
Gets the specified message attachment.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").
etag : Optional ETag.
std_params : Optional standard parameters.
userId : The user's email address. The special value me can be used to indicate the authenticated user.
messageId : The ID of the message containing the attachment.
id : The ID of the attachment.