Values.ParticipatingResourceSourceRepresents a resource participating in an asynchronous Job.
type nonrec t = {participatingResourceID : ParticipatingResourceID.t option;The ID of a participating resource.
*)launchStatus : LaunchStatus.t option;The launch status of a participating resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of SourceNetworkID.t ]) list ])
list ]