The email account login. * A valid email address on the cPanel account. * Main Account, for the main account.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200190_result_data_login import InlineResponse200190ResultDataLogin
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200190ResultDataLogin from a JSON string
inline_response200190_result_data_login_instance = InlineResponse200190ResultDataLogin.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200190ResultDataLogin.to_json())
# convert the object into a dict
inline_response200190_result_data_login_dict = inline_response200190_result_data_login_instance.to_dict()
# create an instance of InlineResponse200190ResultDataLogin from a dict
inline_response200190_result_data_login_from_dict = InlineResponse200190ResultDataLogin.from_dict(inline_response200190_result_data_login_dict)