The email address, or the string Main Account
. * A valid email address. * Main Account
Name | Type | Description | Notes |
---|
from clientapi_cpanel.models.inline_response200191_result_data_email import InlineResponse200191ResultDataEmail
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200191ResultDataEmail from a JSON string
inline_response200191_result_data_email_instance = InlineResponse200191ResultDataEmail.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200191ResultDataEmail.to_json())
# convert the object into a dict
inline_response200191_result_data_email_dict = inline_response200191_result_data_email_instance.to_dict()
# create an instance of InlineResponse200191ResultDataEmail from a dict
inline_response200191_result_data_email_from_dict = InlineResponse200191ResultDataEmail.from_dict(inline_response200191_result_data_email_dict)