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
Always `publishing` - the build runs asynchronously after this response
published_url
str
The URL the published website will be live on in a few minutes
website_url
str
The website URL for the user to track progress in Hostinger Horizons interface
website_id
str
The website ID
Example
fromhostinger_api.models.horizons_v1_websites_published_website_resourceimportHorizonsV1WebsitesPublishedWebsiteResource# TODO update the JSON string belowjson="{}"# create an instance of HorizonsV1WebsitesPublishedWebsiteResource from a JSON stringhorizons_v1_websites_published_website_resource_instance=HorizonsV1WebsitesPublishedWebsiteResource.from_json(json)
# print the JSON string representation of the objectprint(HorizonsV1WebsitesPublishedWebsiteResource.to_json())
# convert the object into a dicthorizons_v1_websites_published_website_resource_dict=horizons_v1_websites_published_website_resource_instance.to_dict()
# create an instance of HorizonsV1WebsitesPublishedWebsiteResource from a dicthorizons_v1_websites_published_website_resource_from_dict=HorizonsV1WebsitesPublishedWebsiteResource.from_dict(horizons_v1_websites_published_website_resource_dict)