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
Allowed remote host: an IPv4/IPv6 address, or "%" for any host.
[optional]
Example
fromhostinger_api.models.hosting_v1_databases_remote_connections_remote_connection_resourceimportHostingV1DatabasesRemoteConnectionsRemoteConnectionResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1DatabasesRemoteConnectionsRemoteConnectionResource from a JSON stringhosting_v1_databases_remote_connections_remote_connection_resource_instance=HostingV1DatabasesRemoteConnectionsRemoteConnectionResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1DatabasesRemoteConnectionsRemoteConnectionResource.to_json())
# convert the object into a dicthosting_v1_databases_remote_connections_remote_connection_resource_dict=hosting_v1_databases_remote_connections_remote_connection_resource_instance.to_dict()
# create an instance of HostingV1DatabasesRemoteConnectionsRemoteConnectionResource from a dicthosting_v1_databases_remote_connections_remote_connection_resource_from_dict=HostingV1DatabasesRemoteConnectionsRemoteConnectionResource.from_dict(hosting_v1_databases_remote_connections_remote_connection_resource_dict)