in catalog-api/python/pyodps_catalog/models.py [0:0]
def from_map(self, m: dict = None): m = m or dict() if m.get('fields') is not None: self.fields = m.get('fields') return self