sig
  type t = {
    content : string;
    objectType : string;
    originalContent : string;
  }
  val content : (GapiPlusV1Model.Comment.Object.t, string) GapiLens.t
  val objectType : (GapiPlusV1Model.Comment.Object.t, string) GapiLens.t
  val originalContent : (GapiPlusV1Model.Comment.Object.t, string) GapiLens.t
  val empty : GapiPlusV1Model.Comment.Object.t
  val render :
    GapiPlusV1Model.Comment.Object.t -> GapiJson.json_data_model list
  val parse :
    GapiPlusV1Model.Comment.Object.t ->
    GapiJson.json_data_model -> GapiPlusV1Model.Comment.Object.t
end