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_update_phone_number_configimportWTSMSUpdatePhoneNumberConfig# TODO update the JSON string belowjson="{}"# create an instance of WTSMSUpdatePhoneNumberConfig from a JSON stringwtsms_update_phone_number_config_instance=WTSMSUpdatePhoneNumberConfig.from_json(json)
# print the JSON string representation of the objectprintWTSMSUpdatePhoneNumberConfig.to_json()
# convert the object into a dictwtsms_update_phone_number_config_dict=wtsms_update_phone_number_config_instance.to_dict()
# create an instance of WTSMSUpdatePhoneNumberConfig from a dictwtsms_update_phone_number_config_form_dict=wtsms_update_phone_number_config.from_dict(wtsms_update_phone_number_config_dict)