Values.BatchCreateDelegationByAssessmentRequestSourceCreates a batch of delegations for an assessment in Audit Manager.
type nonrec t = {createDelegationRequests : CreateDelegationRequests.t;The API request to batch create delegations in Audit Manager.
*)assessmentId : UUID.t;The identifier for the assessment.
*)}val make :
createDelegationRequests:CreateDelegationRequests.t ->
assessmentId:UUID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of DelegationComment.t ])
list ]
list
| `String of UUID.t ])
list ]