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
The website URL for the user to access their website in Hostinger Horizons interface
Example
fromhostinger_api.models.horizons_v1_websites_website_url_resourceimportHorizonsV1WebsitesWebsiteUrlResource# TODO update the JSON string belowjson="{}"# create an instance of HorizonsV1WebsitesWebsiteUrlResource from a JSON stringhorizons_v1_websites_website_url_resource_instance=HorizonsV1WebsitesWebsiteUrlResource.from_json(json)
# print the JSON string representation of the objectprint(HorizonsV1WebsitesWebsiteUrlResource.to_json())
# convert the object into a dicthorizons_v1_websites_website_url_resource_dict=horizons_v1_websites_website_url_resource_instance.to_dict()
# create an instance of HorizonsV1WebsitesWebsiteUrlResource from a dicthorizons_v1_websites_website_url_resource_from_dict=HorizonsV1WebsitesWebsiteUrlResource.from_dict(horizons_v1_websites_website_url_resource_dict)