Module GapiGmailV1Model.WatchResponse

module WatchResponse: sig .. end

type t = {
   expiration : int64; (*
When Gmail will stop sending notifications for mailbox updates (epoch millis). Call watch again before this time to renew the watch.
*)
   historyId : string; (*
The ID of the mailbox's current history record.
*)
}
val expiration : (t, int64) GapiLens.t
val historyId : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t