Values.TestConnectionFunctionRequestSourceTests a connection function.
type nonrec t = {id : ResourceId.t;The connection function ID.
*)ifMatch : String_.t;The current version (ETag value) of the connection function.
*)stage : FunctionStage.t option;The connection function stage.
*)connectionObject : FunctionEventObject.t;The connection object.
*)}val make :
?stage:??? ->
id:ResourceId.t ->
ifMatch:String_.t ->
connectionObject:FunctionEventObject.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of FunctionEventObject.t
| `Enum of string
| `String of ResourceId.t ])
list ]