Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

VPSV1FirewallStoreRequest.md

File metadata and controls

29 lines (20 loc) · 1.01 KB

VPSV1FirewallStoreRequest

Properties

Name Type Description Notes
name str

Example

from hostinger_api.models.vpsv1_firewall_store_request import VPSV1FirewallStoreRequest

# TODO update the JSON string below
json = "{}"
# create an instance of VPSV1FirewallStoreRequest from a JSON string
vpsv1_firewall_store_request_instance = VPSV1FirewallStoreRequest.from_json(json)
# print the JSON string representation of the object
print(VPSV1FirewallStoreRequest.to_json())

# convert the object into a dict
vpsv1_firewall_store_request_dict = vpsv1_firewall_store_request_instance.to_dict()
# create an instance of VPSV1FirewallStoreRequest from a dict
vpsv1_firewall_store_request_from_dict = VPSV1FirewallStoreRequest.from_dict(vpsv1_firewall_store_request_dict)

[Back to Model list] [Back to API list] [Back to README]