Values.ProcessedObjectSourceThe database object that the schema conversion operation currently uses.
type nonrec t = {name : String_.t option;The name of the database object.
*)type_ : String_.t option;The type of the database object. For example, a table, view, procedure, and so on.
*)endpointType : String_.t option;The type of the data provider. This parameter can store one of the following values: "SOURCE" or "TARGET".
*)}