as_dict#
- TableMergeGenerator.as_dict(recursive=False) dict[str, Any]#
Serialize the model into a plain dictionary.
The resulting mapping contains dataclass fields plus any additional instance attributes (excluding private attributes and attributes with value
None).If
recursiveisTrue, list-valued attributes are converted into lists of GUIDs instead of lists of objects.