module QuotedFileContent:sig..end
type t = {
|
mimeType : |
(* |
The MIME type of the quoted content.
| *) |
|
value : |
(* |
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