Values.PipelineObjectSourceContains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
type nonrec t = {id : Id.t;The ID of the object.
*)name : Id.t;The name of the object.
*)fields : FieldList.t;Key-value pairs that define the properties of the object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldNameString.t ]) list ]
list
| `String of Id.t ])
list ]