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
fromgateway_api_sdk.models.search_data_custodians200_response_data_inner_source_innerimportSearchDataCustodians200ResponseDataInnerSourceInner# TODO update the JSON string belowjson="{}"# create an instance of SearchDataCustodians200ResponseDataInnerSourceInner from a JSON stringsearch_data_custodians200_response_data_inner_source_inner_instance=SearchDataCustodians200ResponseDataInnerSourceInner.from_json(json)
# print the JSON string representation of the objectprint(SearchDataCustodians200ResponseDataInnerSourceInner.to_json())
# convert the object into a dictsearch_data_custodians200_response_data_inner_source_inner_dict=search_data_custodians200_response_data_inner_source_inner_instance.to_dict()
# create an instance of SearchDataCustodians200ResponseDataInnerSourceInner from a dictsearch_data_custodians200_response_data_inner_source_inner_from_dict=SearchDataCustodians200ResponseDataInnerSourceInner.from_dict(search_data_custodians200_response_data_inner_source_inner_dict)