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_opt_in_list_creation_paramsimportWTOptInListCreationParams# TODO update the JSON string belowjson="{}"# create an instance of WTOptInListCreationParams from a JSON stringwt_opt_in_list_creation_params_instance=WTOptInListCreationParams.from_json(json)
# print the JSON string representation of the objectprintWTOptInListCreationParams.to_json()
# convert the object into a dictwt_opt_in_list_creation_params_dict=wt_opt_in_list_creation_params_instance.to_dict()
# create an instance of WTOptInListCreationParams from a dictwt_opt_in_list_creation_params_form_dict=wt_opt_in_list_creation_params.from_dict(wt_opt_in_list_creation_params_dict)