def from_map()

in catalog-api/python/pyodps_catalog/models.py [0:0]


    def from_map(self, m: dict = None):
        m = m or dict()
        if m.get('field') is not None:
            self.field = m.get('field')
        return self