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
New domain to assign to the website. Set to null to revert to the temporary domain.
Example
fromhostinger_api.models.agency_hosting_v1_domains_change_domain_requestimportAgencyHostingV1DomainsChangeDomainRequest# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1DomainsChangeDomainRequest from a JSON stringagency_hosting_v1_domains_change_domain_request_instance=AgencyHostingV1DomainsChangeDomainRequest.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1DomainsChangeDomainRequest.to_json())
# convert the object into a dictagency_hosting_v1_domains_change_domain_request_dict=agency_hosting_v1_domains_change_domain_request_instance.to_dict()
# create an instance of AgencyHostingV1DomainsChangeDomainRequest from a dictagency_hosting_v1_domains_change_domain_request_from_dict=AgencyHostingV1DomainsChangeDomainRequest.from_dict(agency_hosting_v1_domains_change_domain_request_dict)