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
fromonelens_backend_client.models.response_create_auth0_and_onelens_user_responseimportResponseCreateAuth0AndOnelensUserResponse# TODO update the JSON string belowjson="{}"# create an instance of ResponseCreateAuth0AndOnelensUserResponse from a JSON stringresponse_create_auth0_and_onelens_user_response_instance=ResponseCreateAuth0AndOnelensUserResponse.from_json(json)
# print the JSON string representation of the objectprint(ResponseCreateAuth0AndOnelensUserResponse.to_json())
# convert the object into a dictresponse_create_auth0_and_onelens_user_response_dict=response_create_auth0_and_onelens_user_response_instance.to_dict()
# create an instance of ResponseCreateAuth0AndOnelensUserResponse from a dictresponse_create_auth0_and_onelens_user_response_form_dict=response_create_auth0_and_onelens_user_response.from_dict(response_create_auth0_and_onelens_user_response_dict)