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
Installation path of cloned WordPress site (relative to the root directory of the domain)
Example
fromplesk_wp_toolkit_client.models.clone_stub_installation_path_responseimportCloneStubInstallationPathResponse# TODO update the JSON string belowjson="{}"# create an instance of CloneStubInstallationPathResponse from a JSON stringclone_stub_installation_path_response_instance=CloneStubInstallationPathResponse.from_json(json)
# print the JSON string representation of the objectprint(CloneStubInstallationPathResponse.to_json())
# convert the object into a dictclone_stub_installation_path_response_dict=clone_stub_installation_path_response_instance.to_dict()
# create an instance of CloneStubInstallationPathResponse from a dictclone_stub_installation_path_response_from_dict=CloneStubInstallationPathResponse.from_dict(clone_stub_installation_path_response_dict)