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
fromquantcdn.models.list_files200_response_files_innerimportListFiles200ResponseFilesInner# TODO update the JSON string belowjson="{}"# create an instance of ListFiles200ResponseFilesInner from a JSON stringlist_files200_response_files_inner_instance=ListFiles200ResponseFilesInner.from_json(json)
# print the JSON string representation of the objectprint(ListFiles200ResponseFilesInner.to_json())
# convert the object into a dictlist_files200_response_files_inner_dict=list_files200_response_files_inner_instance.to_dict()
# create an instance of ListFiles200ResponseFilesInner from a dictlist_files200_response_files_inner_from_dict=ListFiles200ResponseFilesInner.from_dict(list_files200_response_files_inner_dict)