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_info_genesis_lookup_request_errorsimportWTInfoGenesisLookupRequestErrors# TODO update the JSON string belowjson="{}"# create an instance of WTInfoGenesisLookupRequestErrors from a JSON stringwt_info_genesis_lookup_request_errors_instance=WTInfoGenesisLookupRequestErrors.from_json(json)
# print the JSON string representation of the objectprintWTInfoGenesisLookupRequestErrors.to_json()
# convert the object into a dictwt_info_genesis_lookup_request_errors_dict=wt_info_genesis_lookup_request_errors_instance.to_dict()
# create an instance of WTInfoGenesisLookupRequestErrors from a dictwt_info_genesis_lookup_request_errors_form_dict=wt_info_genesis_lookup_request_errors.from_dict(wt_info_genesis_lookup_request_errors_dict)