Module Values.BatchGetCodeReviewJobsInputSource

Input for BatchGetCodeReviewJobs operation.

Sourcetype nonrec t = {
  1. codeReviewJobIds : CodeReviewJobIdList.t;
    (*

    The list of code review job identifiers to retrieve.

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

    The unique identifier of the agent space that contains the code review jobs.

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