Module GapiGmailV1Model.Thread
type t={historyId : string;The ID of the last history record that modified this thread.
id : string;The unique ID of the thread.
messages : Message.t list;The list of messages in the thread.
snippet : string;A short part of the message text.
}
val historyId : (t, string) GapiLens.tval id : (t, string) GapiLens.tval messages : (t, Message.t list) GapiLens.tval snippet : (t, string) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t