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
fromhostinger_api.models.vpsv1_firewall_rules_store_requestimportVPSV1FirewallRulesStoreRequest# TODO update the JSON string belowjson="{}"# create an instance of VPSV1FirewallRulesStoreRequest from a JSON stringvpsv1_firewall_rules_store_request_instance=VPSV1FirewallRulesStoreRequest.from_json(json)
# print the JSON string representation of the objectprint(VPSV1FirewallRulesStoreRequest.to_json())
# convert the object into a dictvpsv1_firewall_rules_store_request_dict=vpsv1_firewall_rules_store_request_instance.to_dict()
# create an instance of VPSV1FirewallRulesStoreRequest from a dictvpsv1_firewall_rules_store_request_from_dict=VPSV1FirewallRulesStoreRequest.from_dict(vpsv1_firewall_rules_store_request_dict)