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_wallet_configuration_save_wallet_recordimportWTWalletConfigurationSaveWalletRecord# TODO update the JSON string belowjson="{}"# create an instance of WTWalletConfigurationSaveWalletRecord from a JSON stringwt_wallet_configuration_save_wallet_record_instance=WTWalletConfigurationSaveWalletRecord.from_json(json)
# print the JSON string representation of the objectprintWTWalletConfigurationSaveWalletRecord.to_json()
# convert the object into a dictwt_wallet_configuration_save_wallet_record_dict=wt_wallet_configuration_save_wallet_record_instance.to_dict()
# create an instance of WTWalletConfigurationSaveWalletRecord from a dictwt_wallet_configuration_save_wallet_record_form_dict=wt_wallet_configuration_save_wallet_record.from_dict(wt_wallet_configuration_save_wallet_record_dict)