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
fromwallet.models.wt_authentication_check_session_token_status_responseimportWTAuthenticationCheckSessionTokenStatusResponse# TODO update the JSON string belowjson="{}"# create an instance of WTAuthenticationCheckSessionTokenStatusResponse from a JSON stringwt_authentication_check_session_token_status_response_instance=WTAuthenticationCheckSessionTokenStatusResponse.from_json(json)
# print the JSON string representation of the objectprintWTAuthenticationCheckSessionTokenStatusResponse.to_json()
# convert the object into a dictwt_authentication_check_session_token_status_response_dict=wt_authentication_check_session_token_status_response_instance.to_dict()
# create an instance of WTAuthenticationCheckSessionTokenStatusResponse from a dictwt_authentication_check_session_token_status_response_form_dict=wt_authentication_check_session_token_status_response.from_dict(wt_authentication_check_session_token_status_response_dict)