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
fromcallchimp.models.call_report_response_stats_innerimportCallReportResponseStatsInner# TODO update the JSON string belowjson="{}"# create an instance of CallReportResponseStatsInner from a JSON stringcall_report_response_stats_inner_instance=CallReportResponseStatsInner.from_json(json)
# print the JSON string representation of the objectprint(CallReportResponseStatsInner.to_json())
# convert the object into a dictcall_report_response_stats_inner_dict=call_report_response_stats_inner_instance.to_dict()
# create an instance of CallReportResponseStatsInner from a dictcall_report_response_stats_inner_from_dict=CallReportResponseStatsInner.from_dict(call_report_response_stats_inner_dict)