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
fromsunshine_conversations_client.model.switchboard_integration_list_responseimportSwitchboardIntegrationListResponse# TODO update the JSON string belowjson="{}"# create an instance of SwitchboardIntegrationListResponse from a JSON stringswitchboard_integration_list_response_instance=SwitchboardIntegrationListResponse.from_json(json)
# print the JSON string representation of the objectprint(SwitchboardIntegrationListResponse.to_json())
# convert the object into a dictswitchboard_integration_list_response_dict=switchboard_integration_list_response_instance.to_dict()
# create an instance of SwitchboardIntegrationListResponse from a dictswitchboard_integration_list_response_from_dict=SwitchboardIntegrationListResponse.from_dict(switchboard_integration_list_response_dict)