You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Direct sign-on URL to phpMyAdmin for the specified database.
Example
fromhostinger_api.models.hosting_v1_databases_php_my_admin_link_resourceimportHostingV1DatabasesPhpMyAdminLinkResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1DatabasesPhpMyAdminLinkResource from a JSON stringhosting_v1_databases_php_my_admin_link_resource_instance=HostingV1DatabasesPhpMyAdminLinkResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1DatabasesPhpMyAdminLinkResource.to_json())
# convert the object into a dicthosting_v1_databases_php_my_admin_link_resource_dict=hosting_v1_databases_php_my_admin_link_resource_instance.to_dict()
# create an instance of HostingV1DatabasesPhpMyAdminLinkResource from a dicthosting_v1_databases_php_my_admin_link_resource_from_dict=HostingV1DatabasesPhpMyAdminLinkResource.from_dict(hosting_v1_databases_php_my_admin_link_resource_dict)