Module Values.StartCodeReviewJobInputSource

Input for starting the execution of a code review.

Sourcetype nonrec t = {
  1. agentSpaceId : String_.t;
    (*

    The unique identifier of the agent space.

    *)
  2. codeReviewId : String_.t;
    (*

    The unique identifier of the code review to start a job for.

    *)
}
Sourceval context_ : string
Sourceval make : agentSpaceId:String_.t -> codeReviewId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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