Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.23 KB

File metadata and controls

29 lines (20 loc) · 1.23 KB

InlineResponse200190ResultDataEmail

An email address. * A valid email address on the cPanel account. * The cPanel account username, for the main account.

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200190_result_data_email import InlineResponse200190ResultDataEmail

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

# convert the object into a dict
inline_response200190_result_data_email_dict = inline_response200190_result_data_email_instance.to_dict()
# create an instance of InlineResponse200190ResultDataEmail from a dict
inline_response200190_result_data_email_from_dict = InlineResponse200190ResultDataEmail.from_dict(inline_response200190_result_data_email_dict)

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