in python2/alibabacloud_tea_fileform/models.py [0:0]
def to_map(self):
result = {}
result['filename'] = self.filename
result['contentType'] = self.content_type
result['content'] = self.content
return result