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_iam_client.models.cors_consumer_auth_token_endpoint_okimportCorsConsumerAuthTokenEndpointOK# TODO update the JSON string belowjson="{}"# create an instance of CorsConsumerAuthTokenEndpointOK from a JSON stringcors_consumer_auth_token_endpoint_ok_instance=CorsConsumerAuthTokenEndpointOK.from_json(json)
# print the JSON string representation of the objectprintCorsConsumerAuthTokenEndpointOK.to_json()
# convert the object into a dictcors_consumer_auth_token_endpoint_ok_dict=cors_consumer_auth_token_endpoint_ok_instance.to_dict()
# create an instance of CorsConsumerAuthTokenEndpointOK from a dictcors_consumer_auth_token_endpoint_ok_from_dict=CorsConsumerAuthTokenEndpointOK.from_dict(cors_consumer_auth_token_endpoint_ok_dict)