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
UID of the website created by the setup, available once provisioning completes
[optional]
status
str
Website setup status
[optional]
Example
fromhostinger_api.models.agency_hosting_v1_setups_website_setup_status_resourceimportAgencyHostingV1SetupsWebsiteSetupStatusResource# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1SetupsWebsiteSetupStatusResource from a JSON stringagency_hosting_v1_setups_website_setup_status_resource_instance=AgencyHostingV1SetupsWebsiteSetupStatusResource.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1SetupsWebsiteSetupStatusResource.to_json())
# convert the object into a dictagency_hosting_v1_setups_website_setup_status_resource_dict=agency_hosting_v1_setups_website_setup_status_resource_instance.to_dict()
# create an instance of AgencyHostingV1SetupsWebsiteSetupStatusResource from a dictagency_hosting_v1_setups_website_setup_status_resource_from_dict=AgencyHostingV1SetupsWebsiteSetupStatusResource.from_dict(agency_hosting_v1_setups_website_setup_status_resource_dict)