Module Values_1.SucceededTopicReviewedAnswerSource

The definition for a SucceededTopicReviewedAnswer.

Sourcetype nonrec t = {
  1. answerId : AnswerId.t option;
    (*

    The answer ID for the SucceededTopicReviewedAnswer.

    *)
}
Sourceval make : ?answerId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AnswerId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t