Module Comment.QuotedFileContent

type t = {
  1. mimeType : string;
    (*

    The MIME type of the quoted content.

    *)
  2. 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