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
fromluno_openapi.models.update_account_name_responseimportUpdateAccountNameResponse# TODO update the JSON string belowjson="{}"# create an instance of UpdateAccountNameResponse from a JSON stringupdate_account_name_response_instance=UpdateAccountNameResponse.from_json(json)
# print the JSON string representation of the objectprint(UpdateAccountNameResponse.to_json())
# convert the object into a dictupdate_account_name_response_dict=update_account_name_response_instance.to_dict()
# create an instance of UpdateAccountNameResponse from a dictupdate_account_name_response_from_dict=UpdateAccountNameResponse.from_dict(update_account_name_response_dict)