Values.BatchAddRoleInputSourceAdd a role to multiple users or groups in a private re:Post.
type nonrec t = {spaceId : SpaceId.t;The unique ID of the private re:Post.
*)accessorIds : AccessorIdList.t;The user or group accessor identifiers to add the role to.
*)role : Role.t;The role to add to the users or groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AccessorId.t ] list
| `String of SpaceId.t ])
list ]