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
fromwallet.models.vs_campaign_generated_messageimportVSCampaignGeneratedMessage# TODO update the JSON string belowjson="{}"# create an instance of VSCampaignGeneratedMessage from a JSON stringvs_campaign_generated_message_instance=VSCampaignGeneratedMessage.from_json(json)
# print the JSON string representation of the objectprintVSCampaignGeneratedMessage.to_json()
# convert the object into a dictvs_campaign_generated_message_dict=vs_campaign_generated_message_instance.to_dict()
# create an instance of VSCampaignGeneratedMessage from a dictvs_campaign_generated_message_form_dict=vs_campaign_generated_message.from_dict(vs_campaign_generated_message_dict)