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.update_dur_integrations200_response_dataimportUpdateDurIntegrations200ResponseData# TODO update the JSON string belowjson="{}"# create an instance of UpdateDurIntegrations200ResponseData from a JSON stringupdate_dur_integrations200_response_data_instance=UpdateDurIntegrations200ResponseData.from_json(json)
# print the JSON string representation of the objectprint(UpdateDurIntegrations200ResponseData.to_json())
# convert the object into a dictupdate_dur_integrations200_response_data_dict=update_dur_integrations200_response_data_instance.to_dict()
# create an instance of UpdateDurIntegrations200ResponseData from a dictupdate_dur_integrations200_response_data_from_dict=UpdateDurIntegrations200ResponseData.from_dict(update_dur_integrations200_response_data_dict)