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
Domain authorization code used to transfer the domain to another registrar.
[optional]
Example
fromhostinger_api.models.domains_v1_portfolio_auth_code_auth_code_resourceimportDomainsV1PortfolioAuthCodeAuthCodeResource# TODO update the JSON string belowjson="{}"# create an instance of DomainsV1PortfolioAuthCodeAuthCodeResource from a JSON stringdomains_v1_portfolio_auth_code_auth_code_resource_instance=DomainsV1PortfolioAuthCodeAuthCodeResource.from_json(json)
# print the JSON string representation of the objectprint(DomainsV1PortfolioAuthCodeAuthCodeResource.to_json())
# convert the object into a dictdomains_v1_portfolio_auth_code_auth_code_resource_dict=domains_v1_portfolio_auth_code_auth_code_resource_instance.to_dict()
# create an instance of DomainsV1PortfolioAuthCodeAuthCodeResource from a dictdomains_v1_portfolio_auth_code_auth_code_resource_from_dict=DomainsV1PortfolioAuthCodeAuthCodeResource.from_dict(domains_v1_portfolio_auth_code_auth_code_resource_dict)