Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

File metadata and controls

29 lines (20 loc) · 1.3 KB

InlineResponse200359ResultDataDatabase

The randomized name of the database created. This is normally prefixed with the account username and can also be prefixed with application prefix.

Properties

Name Type Description Notes

Example

from clientapi_cpanel.models.inline_response200359_result_data_database import InlineResponse200359ResultDataDatabase

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

# convert the object into a dict
inline_response200359_result_data_database_dict = inline_response200359_result_data_database_instance.to_dict()
# create an instance of InlineResponse200359ResultDataDatabase from a dict
inline_response200359_result_data_database_from_dict = InlineResponse200359ResultDataDatabase.from_dict(inline_response200359_result_data_database_dict)

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