Values.FieldSourceA key-value pair that describes a property of a pipeline object. The value is specified as either a string value (StringValue) or a reference to another object (RefValue) but not as both.
type nonrec t = {key : FieldNameString.t;The field identifier.
*)stringValue : FieldStringValue.t option;The field value, expressed as a String.
*)refValue : FieldNameString.t option;The field value, expressed as the identifier of another object.
*)}