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
Email address of the Hostinger account receiving the domain
Example
fromhostinger_api.models.domains_v1_move_outgoing_store_requestimportDomainsV1MoveOutgoingStoreRequest# TODO update the JSON string belowjson="{}"# create an instance of DomainsV1MoveOutgoingStoreRequest from a JSON stringdomains_v1_move_outgoing_store_request_instance=DomainsV1MoveOutgoingStoreRequest.from_json(json)
# print the JSON string representation of the objectprint(DomainsV1MoveOutgoingStoreRequest.to_json())
# convert the object into a dictdomains_v1_move_outgoing_store_request_dict=domains_v1_move_outgoing_store_request_instance.to_dict()
# create an instance of DomainsV1MoveOutgoingStoreRequest from a dictdomains_v1_move_outgoing_store_request_from_dict=DomainsV1MoveOutgoingStoreRequest.from_dict(domains_v1_move_outgoing_store_request_dict)