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.initiate_data_sharing_request_ok_dataimportInitiateDataSharingRequestOKData# TODO update the JSON string belowjson="{}"# create an instance of InitiateDataSharingRequestOKData from a JSON stringinitiate_data_sharing_request_ok_data_instance=InitiateDataSharingRequestOKData.from_json(json)
# print the JSON string representation of the objectprintInitiateDataSharingRequestOKData.to_json()
# convert the object into a dictinitiate_data_sharing_request_ok_data_dict=initiate_data_sharing_request_ok_data_instance.to_dict()
# create an instance of InitiateDataSharingRequestOKData from a dictinitiate_data_sharing_request_ok_data_from_dict=InitiateDataSharingRequestOKData.from_dict(initiate_data_sharing_request_ok_data_dict)