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
fromcloudbeds_pms.models.import_failed_change_status_task_responseimportImportFailedChangeStatusTaskResponse# TODO update the JSON string belowjson="{}"# create an instance of ImportFailedChangeStatusTaskResponse from a JSON stringimport_failed_change_status_task_response_instance=ImportFailedChangeStatusTaskResponse.from_json(json)
# print the JSON string representation of the objectprint(ImportFailedChangeStatusTaskResponse.to_json())
# convert the object into a dictimport_failed_change_status_task_response_dict=import_failed_change_status_task_response_instance.to_dict()
# create an instance of ImportFailedChangeStatusTaskResponse from a dictimport_failed_change_status_task_response_from_dict=ImportFailedChangeStatusTaskResponse.from_dict(import_failed_change_status_task_response_dict)