Values.StartCodeReviewJobOutputSourceOutput for the StartCodeReviewJob operation.
type nonrec t = {title : String_.t option;The title of the code review job.
*)status : JobStatus.t option;The current status of the code review job.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the code review job was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the code review job was last updated, in UTC format.
*)codeReviewId : String_.t option;The unique identifier of the code review.
*)codeReviewJobId : String_.t option;The unique identifier of the started code review job.
*)agentSpaceId : String_.t option;The unique identifier of the agent space.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]