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_tokenimportAwsExchangeCredentialsProjectToken# TODO update the JSON string belowjson="{}"# create an instance of AwsExchangeCredentialsProjectToken from a JSON stringaws_exchange_credentials_project_token_instance=AwsExchangeCredentialsProjectToken.from_json(json)
# print the JSON string representation of the objectprintAwsExchangeCredentialsProjectToken.to_json()
# convert the object into a dictaws_exchange_credentials_project_token_dict=aws_exchange_credentials_project_token_instance.to_dict()
# create an instance of AwsExchangeCredentialsProjectToken from a dictaws_exchange_credentials_project_token_from_dict=AwsExchangeCredentialsProjectToken.from_dict(aws_exchange_credentials_project_token_dict)