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
frompfruck_contabo.models.instance_reset_password_action_response_dataimportInstanceResetPasswordActionResponseData# TODO update the JSON string belowjson="{}"# create an instance of InstanceResetPasswordActionResponseData from a JSON stringinstance_reset_password_action_response_data_instance=InstanceResetPasswordActionResponseData.from_json(json)
# print the JSON string representation of the objectprint(InstanceResetPasswordActionResponseData.to_json())
# convert the object into a dictinstance_reset_password_action_response_data_dict=instance_reset_password_action_response_data_instance.to_dict()
# create an instance of InstanceResetPasswordActionResponseData from a dictinstance_reset_password_action_response_data_from_dict=InstanceResetPasswordActionResponseData.from_dict(instance_reset_password_action_response_data_dict)