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
fromaffinidi_tdk_iota_client.models.iota_exchange_credentials_ok_credentialsimportIotaExchangeCredentialsOKCredentials# TODO update the JSON string belowjson="{}"# create an instance of IotaExchangeCredentialsOKCredentials from a JSON stringiota_exchange_credentials_ok_credentials_instance=IotaExchangeCredentialsOKCredentials.from_json(json)
# print the JSON string representation of the objectprintIotaExchangeCredentialsOKCredentials.to_json()
# convert the object into a dictiota_exchange_credentials_ok_credentials_dict=iota_exchange_credentials_ok_credentials_instance.to_dict()
# create an instance of IotaExchangeCredentialsOKCredentials from a dictiota_exchange_credentials_ok_credentials_from_dict=IotaExchangeCredentialsOKCredentials.from_dict(iota_exchange_credentials_ok_credentials_dict)