Module GapiGmailV1Model.Draft
type t={id : string;The immutable ID of the draft.
message : Message.t;The message content of the draft.
}
val id : (t, string) GapiLens.tval message : (t, Message.t) 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