module Object:sig..end
type t = {
|
content : |
(* |
The HTML-formatted content, suitable for display.
| *) |
|
objectType : |
(* |
The object type of this comment. Possible values are:
| *) |
|
originalContent : |
(* |
The content (text) as provided by the author, stored without any HTML formatting. When creating or updating a comment, this value must be supplied as plain text in the request.
| *) |
val content : (t, string) GapiLens.t
val objectType : (t, string) GapiLens.t
val originalContent : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t