Module Subreddit_rules.Rule
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tinclude Json_object.S_with_fields with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.tinclude Jsonaf.Jsonafable.S with type t := t
val t_of_jsonaf : Jsonaf_kernel__.Type.t -> tval jsonaf_of_t : t -> Jsonaf_kernel__.Type.tval get_field : t -> string -> Jsonaf.t optionval get_field_exn : t -> string -> Jsonaf.tval field_map : t -> Jsonaf.t Core.Map.M(Core.String).tmodule Kind : sig ... endval description : t -> [ `markdown | `HTML ] -> stringval short_name : t -> stringval report_reason : t -> stringval creation_time : t -> Core.Time_ns.t