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_v2_service_token_get200_response_userimportApiV2ServiceTokenGet200ResponseUser# TODO update the JSON string belowjson="{}"# create an instance of ApiV2ServiceTokenGet200ResponseUser from a JSON stringapi_v2_service_token_get200_response_user_instance=ApiV2ServiceTokenGet200ResponseUser.from_json(json)
# print the JSON string representation of the objectprintApiV2ServiceTokenGet200ResponseUser.to_json()
# convert the object into a dictapi_v2_service_token_get200_response_user_dict=api_v2_service_token_get200_response_user_instance.to_dict()
# create an instance of ApiV2ServiceTokenGet200ResponseUser from a dictapi_v2_service_token_get200_response_user_from_dict=ApiV2ServiceTokenGet200ResponseUser.from_dict(api_v2_service_token_get200_response_user_dict)