Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 925 Bytes

File metadata and controls

29 lines (19 loc) · 925 Bytes

EmailAddressesTypes

Properties

Name Type Description Notes

Example

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]