Module GapiDriveV3Model.Comment.QuotedFileContent

module QuotedFileContent: sig .. end

type t = {
   mimeType : string; (*
The MIME type of the quoted content.
*)
   value : string; (*
The quoted content itself. This is interpreted as plain text if set through the API.
*)
}
val mimeType : (t, string) GapiLens.t
val value : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t