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_workspace_workspace_id_users_get200_response_users_inner_projectimportApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInnerProject# TODO update the JSON string belowjson="{}"# create an instance of ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInnerProject from a JSON stringapi_v1_workspace_workspace_id_users_get200_response_users_inner_project_instance=ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInnerProject.from_json(json)
# print the JSON string representation of the objectprintApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInnerProject.to_json()
# convert the object into a dictapi_v1_workspace_workspace_id_users_get200_response_users_inner_project_dict=api_v1_workspace_workspace_id_users_get200_response_users_inner_project_instance.to_dict()
# create an instance of ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInnerProject from a dictapi_v1_workspace_workspace_id_users_get200_response_users_inner_project_from_dict=ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInnerProject.from_dict(api_v1_workspace_workspace_id_users_get200_response_users_inner_project_dict)