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
fromlistmonk.models.bounce_results_inner_campaignimportBounceResultsInnerCampaign# TODO update the JSON string belowjson="{}"# create an instance of BounceResultsInnerCampaign from a JSON stringbounce_results_inner_campaign_instance=BounceResultsInnerCampaign.from_json(json)
# print the JSON string representation of the objectprintBounceResultsInnerCampaign.to_json()
# convert the object into a dictbounce_results_inner_campaign_dict=bounce_results_inner_campaign_instance.to_dict()
# create an instance of BounceResultsInnerCampaign from a dictbounce_results_inner_campaign_form_dict=bounce_results_inner_campaign.from_dict(bounce_results_inner_campaign_dict)