The randomized username assigned to the database. This is normally prefixed with the account username and can also be prefixed with application prefix.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200359_result_data_database_user import InlineResponse200359ResultDataDatabaseUser
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200359ResultDataDatabaseUser from a JSON string
inline_response200359_result_data_database_user_instance = InlineResponse200359ResultDataDatabaseUser.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200359ResultDataDatabaseUser.to_json())
# convert the object into a dict
inline_response200359_result_data_database_user_dict = inline_response200359_result_data_database_user_instance.to_dict()
# create an instance of InlineResponse200359ResultDataDatabaseUser from a dict
inline_response200359_result_data_database_user_from_dict = InlineResponse200359ResultDataDatabaseUser.from_dict(inline_response200359_result_data_database_user_dict)