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
frominfisicalapi_client.models.api_v1_folders_get200_response_folders_innerimportApiV1FoldersGet200ResponseFoldersInner# TODO update the JSON string belowjson="{}"# create an instance of ApiV1FoldersGet200ResponseFoldersInner from a JSON stringapi_v1_folders_get200_response_folders_inner_instance=ApiV1FoldersGet200ResponseFoldersInner.from_json(json)
# print the JSON string representation of the objectprintApiV1FoldersGet200ResponseFoldersInner.to_json()
# convert the object into a dictapi_v1_folders_get200_response_folders_inner_dict=api_v1_folders_get200_response_folders_inner_instance.to_dict()
# create an instance of ApiV1FoldersGet200ResponseFoldersInner from a dictapi_v1_folders_get200_response_folders_inner_from_dict=ApiV1FoldersGet200ResponseFoldersInner.from_dict(api_v1_folders_get200_response_folders_inner_dict)