Values.CodeReviewSummarySourceContains summary information about a code review.
type nonrec t = {codeReviewId : String_.t option;The unique identifier of the code review.
*)agentSpaceId : String_.t option;The unique identifier of the agent space that contains the code review.
*)title : String_.t option;The title of the code review.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the code review was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the code review was last updated, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]