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
fromphrasetms_client.models.login_to_session_response_v3_dtoimportLoginToSessionResponseV3Dto# TODO update the JSON string belowjson="{}"# create an instance of LoginToSessionResponseV3Dto from a JSON stringlogin_to_session_response_v3_dto_instance=LoginToSessionResponseV3Dto.from_json(json)
# print the JSON string representation of the objectprintLoginToSessionResponseV3Dto.to_json()
# convert the object into a dictlogin_to_session_response_v3_dto_dict=login_to_session_response_v3_dto_instance.to_dict()
# create an instance of LoginToSessionResponseV3Dto from a dictlogin_to_session_response_v3_dto_from_dict=LoginToSessionResponseV3Dto.from_dict(login_to_session_response_v3_dto_dict)