| Name |
Type |
Description |
Notes |
from openapi_client.models.email_addresses_types import EmailAddressesTypes
# TODO update the JSON string below
json = "{}"
# create an instance of EmailAddressesTypes from a JSON string
email_addresses_types_instance = EmailAddressesTypes.from_json(json)
# print the JSON string representation of the object
print(EmailAddressesTypes.to_json())
# convert the object into a dict
email_addresses_types_dict = email_addresses_types_instance.to_dict()
# create an instance of EmailAddressesTypes from a dict
email_addresses_types_from_dict = EmailAddressesTypes.from_dict(email_addresses_types_dict)
[Back to Model list] [Back to API list] [Back to README]