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
fromsafepeopleregistry_api_sdk.models.query_query200_response_data_projects_innerimportQueryQuery200ResponseDataProjectsInner# TODO update the JSON string belowjson="{}"# create an instance of QueryQuery200ResponseDataProjectsInner from a JSON stringquery_query200_response_data_projects_inner_instance=QueryQuery200ResponseDataProjectsInner.from_json(json)
# print the JSON string representation of the objectprint(QueryQuery200ResponseDataProjectsInner.to_json())
# convert the object into a dictquery_query200_response_data_projects_inner_dict=query_query200_response_data_projects_inner_instance.to_dict()
# create an instance of QueryQuery200ResponseDataProjectsInner from a dictquery_query200_response_data_projects_inner_from_dict=QueryQuery200ResponseDataProjectsInner.from_dict(query_query200_response_data_projects_inner_dict)