Clone the new website from an existing website
| Name | Type | Description | Notes |
|---|---|---|---|
| website_uid | str |
from hostinger_api.models.agency_hosting_v1_setups_create_setup_request_clone import AgencyHostingV1SetupsCreateSetupRequestClone
# TODO update the JSON string below
json = "{}"
# create an instance of AgencyHostingV1SetupsCreateSetupRequestClone from a JSON string
agency_hosting_v1_setups_create_setup_request_clone_instance = AgencyHostingV1SetupsCreateSetupRequestClone.from_json(json)
# print the JSON string representation of the object
print(AgencyHostingV1SetupsCreateSetupRequestClone.to_json())
# convert the object into a dict
agency_hosting_v1_setups_create_setup_request_clone_dict = agency_hosting_v1_setups_create_setup_request_clone_instance.to_dict()
# create an instance of AgencyHostingV1SetupsCreateSetupRequestClone from a dict
agency_hosting_v1_setups_create_setup_request_clone_from_dict = AgencyHostingV1SetupsCreateSetupRequestClone.from_dict(agency_hosting_v1_setups_create_setup_request_clone_dict)