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_rcs_campaign_groups_alternative_channelimportSendRcsCampaignGroupsAlternativeChannel# TODO update the JSON string belowjson="{}"# create an instance of SendRcsCampaignGroupsAlternativeChannel from a JSON stringsend_rcs_campaign_groups_alternative_channel_instance=SendRcsCampaignGroupsAlternativeChannel.from_json(json)
# print the JSON string representation of the objectprint(SendRcsCampaignGroupsAlternativeChannel.to_json())
# convert the object into a dictsend_rcs_campaign_groups_alternative_channel_dict=send_rcs_campaign_groups_alternative_channel_instance.to_dict()
# create an instance of SendRcsCampaignGroupsAlternativeChannel from a dictsend_rcs_campaign_groups_alternative_channel_from_dict=SendRcsCampaignGroupsAlternativeChannel.from_dict(send_rcs_campaign_groups_alternative_channel_dict)