in catalog-api/python/pyodps_catalog/models.py [0:0]
def to_map(self):
_map = super().to_map()
if _map is not None:
return _map
result = dict()
if self.primary_key is not None:
result['primaryKey'] = self.primary_key.to_map()
return result