Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.17 KB

CorsAwsExchangeCredentialsOK.md

File metadata and controls

27 lines (20 loc) · 1.17 KB

CorsAwsExchangeCredentialsOK

Properties

Name Type Description Notes
cors_aws_exchange_credentials_ok str [optional]

Example

from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_ok import CorsAwsExchangeCredentialsOK

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

# convert the object into a dict
cors_aws_exchange_credentials_ok_dict = cors_aws_exchange_credentials_ok_instance.to_dict()
# create an instance of CorsAwsExchangeCredentialsOK from a dict
cors_aws_exchange_credentials_ok_from_dict = CorsAwsExchangeCredentialsOK.from_dict(cors_aws_exchange_credentials_ok_dict)

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