UsersResource.History
module HistoryTypes : sig ... end
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?historyTypes:HistoryTypes.t list ->
?labelId:string ->
?pageToken:string ->
?startHistoryId:string ->
userId:string ->
GapiConversation.Session.t ->
GapiGmailV1Model.ListHistoryResponse.t * GapiConversation.Session.t
Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing historyId).