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_virtual_machine_panel_password_update_requestimportVPSV1VirtualMachinePanelPasswordUpdateRequest# TODO update the JSON string belowjson="{}"# create an instance of VPSV1VirtualMachinePanelPasswordUpdateRequest from a JSON stringvpsv1_virtual_machine_panel_password_update_request_instance=VPSV1VirtualMachinePanelPasswordUpdateRequest.from_json(json)
# print the JSON string representation of the objectprint(VPSV1VirtualMachinePanelPasswordUpdateRequest.to_json())
# convert the object into a dictvpsv1_virtual_machine_panel_password_update_request_dict=vpsv1_virtual_machine_panel_password_update_request_instance.to_dict()
# create an instance of VPSV1VirtualMachinePanelPasswordUpdateRequest from a dictvpsv1_virtual_machine_panel_password_update_request_from_dict=VPSV1VirtualMachinePanelPasswordUpdateRequest.from_dict(vpsv1_virtual_machine_panel_password_update_request_dict)