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.aws_exchange_credentials_project_token_ok_credentialsimportAwsExchangeCredentialsProjectTokenOKCredentials# TODO update the JSON string belowjson="{}"# create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a JSON stringaws_exchange_credentials_project_token_ok_credentials_instance=AwsExchangeCredentialsProjectTokenOKCredentials.from_json(json)
# print the JSON string representation of the objectprintAwsExchangeCredentialsProjectTokenOKCredentials.to_json()
# convert the object into a dictaws_exchange_credentials_project_token_ok_credentials_dict=aws_exchange_credentials_project_token_ok_credentials_instance.to_dict()
# create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a dictaws_exchange_credentials_project_token_ok_credentials_from_dict=AwsExchangeCredentialsProjectTokenOKCredentials.from_dict(aws_exchange_credentials_project_token_ok_credentials_dict)