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
frombsg_api.models.send_whats_app_campaign_alternative_channelimportSendWhatsAppCampaignAlternativeChannel# TODO update the JSON string belowjson="{}"# create an instance of SendWhatsAppCampaignAlternativeChannel from a JSON stringsend_whats_app_campaign_alternative_channel_instance=SendWhatsAppCampaignAlternativeChannel.from_json(json)
# print the JSON string representation of the objectprint(SendWhatsAppCampaignAlternativeChannel.to_json())
# convert the object into a dictsend_whats_app_campaign_alternative_channel_dict=send_whats_app_campaign_alternative_channel_instance.to_dict()
# create an instance of SendWhatsAppCampaignAlternativeChannel from a dictsend_whats_app_campaign_alternative_channel_from_dict=SendWhatsAppCampaignAlternativeChannel.from_dict(send_whats_app_campaign_alternative_channel_dict)