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_v3_auth_login2_post200_response_any_ofimportApiV3AuthLogin2Post200ResponseAnyOf# TODO update the JSON string belowjson="{}"# create an instance of ApiV3AuthLogin2Post200ResponseAnyOf from a JSON stringapi_v3_auth_login2_post200_response_any_of_instance=ApiV3AuthLogin2Post200ResponseAnyOf.from_json(json)
# print the JSON string representation of the objectprintApiV3AuthLogin2Post200ResponseAnyOf.to_json()
# convert the object into a dictapi_v3_auth_login2_post200_response_any_of_dict=api_v3_auth_login2_post200_response_any_of_instance.to_dict()
# create an instance of ApiV3AuthLogin2Post200ResponseAnyOf from a dictapi_v3_auth_login2_post200_response_any_of_from_dict=ApiV3AuthLogin2Post200ResponseAnyOf.from_dict(api_v3_auth_login2_post200_response_any_of_dict)