Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.36 KB

File metadata and controls

31 lines (22 loc) · 1.36 KB

MultilingualEzdoctemplatedocumentName

The name1 of the Ezdoctemplatedocument

Properties

Name Type Description Notes
s_ezdoctemplatedocument_name1 str The name1 of the Ezdoctemplatedocument [optional]
s_ezdoctemplatedocument_name2 str The name2 of the Ezdoctemplatedocument [optional]

Example

from eZmaxApi.models.multilingual_ezdoctemplatedocument_name import MultilingualEzdoctemplatedocumentName

# TODO update the JSON string below
json = "{}"
# create an instance of MultilingualEzdoctemplatedocumentName from a JSON string
multilingual_ezdoctemplatedocument_name_instance = MultilingualEzdoctemplatedocumentName.from_json(json)
# print the JSON string representation of the object
print(MultilingualEzdoctemplatedocumentName.to_json())

# convert the object into a dict
multilingual_ezdoctemplatedocument_name_dict = multilingual_ezdoctemplatedocument_name_instance.to_dict()
# create an instance of MultilingualEzdoctemplatedocumentName from a dict
multilingual_ezdoctemplatedocument_name_from_dict = MultilingualEzdoctemplatedocumentName.from_dict(multilingual_ezdoctemplatedocument_name_dict)

[Back to Model list] [Back to API list] [Back to README]