Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.38 KB

CorsAwsExchangeCredentialsProjectTokenOK.md

File metadata and controls

27 lines (20 loc) · 1.38 KB

CorsAwsExchangeCredentialsProjectTokenOK

Properties

Name Type Description Notes
cors_aws_exchange_credentials_project_token_ok str [optional]

Example

from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_project_token_ok import CorsAwsExchangeCredentialsProjectTokenOK

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

# convert the object into a dict
cors_aws_exchange_credentials_project_token_ok_dict = cors_aws_exchange_credentials_project_token_ok_instance.to_dict()
# create an instance of CorsAwsExchangeCredentialsProjectTokenOK from a dict
cors_aws_exchange_credentials_project_token_ok_from_dict = CorsAwsExchangeCredentialsProjectTokenOK.from_dict(cors_aws_exchange_credentials_project_token_ok_dict)

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