in python/alibabacloud_ha3engine/models.py [0:0]
def to_map(self):
_map = super().to_map()
if _map is not None:
return _map
result = dict()
if self.start is not None:
result['start'] = self.start
if self.hit is not None:
result['hit'] = self.hit
if self.format is not None:
result['format'] = self.format
if self.custom_config is not None:
result['customConfig'] = self.custom_config
return result