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.wtsms_opt_in_list_source_createimportWTSMSOptInListSourceCreate# TODO update the JSON string belowjson="{}"# create an instance of WTSMSOptInListSourceCreate from a JSON stringwtsms_opt_in_list_source_create_instance=WTSMSOptInListSourceCreate.from_json(json)
# print the JSON string representation of the objectprintWTSMSOptInListSourceCreate.to_json()
# convert the object into a dictwtsms_opt_in_list_source_create_dict=wtsms_opt_in_list_source_create_instance.to_dict()
# create an instance of WTSMSOptInListSourceCreate from a dictwtsms_opt_in_list_source_create_form_dict=wtsms_opt_in_list_source_create.from_dict(wtsms_opt_in_list_source_create_dict)