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_root_password_update_requestimportVPSV1VirtualMachineRootPasswordUpdateRequest# TODO update the JSON string belowjson="{}"# create an instance of VPSV1VirtualMachineRootPasswordUpdateRequest from a JSON stringvpsv1_virtual_machine_root_password_update_request_instance=VPSV1VirtualMachineRootPasswordUpdateRequest.from_json(json)
# print the JSON string representation of the objectprint(VPSV1VirtualMachineRootPasswordUpdateRequest.to_json())
# convert the object into a dictvpsv1_virtual_machine_root_password_update_request_dict=vpsv1_virtual_machine_root_password_update_request_instance.to_dict()
# create an instance of VPSV1VirtualMachineRootPasswordUpdateRequest from a dictvpsv1_virtual_machine_root_password_update_request_from_dict=VPSV1VirtualMachineRootPasswordUpdateRequest.from_dict(vpsv1_virtual_machine_root_password_update_request_dict)