Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.66 KB

AwsExchangeCredentialsProjectTokenOK.md

File metadata and controls

28 lines (21 loc) · 1.66 KB

AwsExchangeCredentialsProjectTokenOK

Properties

Name Type Description Notes
connection_client_id str
credentials AwsExchangeCredentialsProjectTokenOKCredentials

Example

from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok import AwsExchangeCredentialsProjectTokenOK

# TODO update the JSON string below
json = "{}"
# create an instance of AwsExchangeCredentialsProjectTokenOK from a JSON string
aws_exchange_credentials_project_token_ok_instance = AwsExchangeCredentialsProjectTokenOK.from_json(json)
# print the JSON string representation of the object
print AwsExchangeCredentialsProjectTokenOK.to_json()

# convert the object into a dict
aws_exchange_credentials_project_token_ok_dict = aws_exchange_credentials_project_token_ok_instance.to_dict()
# create an instance of AwsExchangeCredentialsProjectTokenOK from a dict
aws_exchange_credentials_project_token_ok_from_dict = AwsExchangeCredentialsProjectTokenOK.from_dict(aws_exchange_credentials_project_token_ok_dict)

[Back to Model list] [Back to API list] [Back to README]