Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

InlineResponse200176ResultDataUser.md

File metadata and controls

29 lines (20 loc) · 1.13 KB

InlineResponse200176ResultDataUser

The email account.

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200176_result_data_user import InlineResponse200176ResultDataUser

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

# convert the object into a dict
inline_response200176_result_data_user_dict = inline_response200176_result_data_user_instance.to_dict()
# create an instance of InlineResponse200176ResultDataUser from a dict
inline_response200176_result_data_user_from_dict = InlineResponse200176ResultDataUser.from_dict(inline_response200176_result_data_user_dict)

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