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
Whether the parked value is a domain name or an IP address (IPv4 or IPv6)
[optional]
Example
fromhostinger_api.models.hosting_v1_domains_parked_domain_resourceimportHostingV1DomainsParkedDomainResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1DomainsParkedDomainResource from a JSON stringhosting_v1_domains_parked_domain_resource_instance=HostingV1DomainsParkedDomainResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1DomainsParkedDomainResource.to_json())
# convert the object into a dicthosting_v1_domains_parked_domain_resource_dict=hosting_v1_domains_parked_domain_resource_instance.to_dict()
# create an instance of HostingV1DomainsParkedDomainResource from a dicthosting_v1_domains_parked_domain_resource_from_dict=HostingV1DomainsParkedDomainResource.from_dict(hosting_v1_domains_parked_domain_resource_dict)