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
The Bandwidth senderId associated with the message. Identical to 'from'.
Example
frombandwidth.models.multi_channel_channel_list_owner_objectimportMultiChannelChannelListOwnerObject# TODO update the JSON string belowjson="{}"# create an instance of MultiChannelChannelListOwnerObject from a JSON stringmulti_channel_channel_list_owner_object_instance=MultiChannelChannelListOwnerObject.from_json(json)
# print the JSON string representation of the objectprint(MultiChannelChannelListOwnerObject.to_json())
# convert the object into a dictmulti_channel_channel_list_owner_object_dict=multi_channel_channel_list_owner_object_instance.to_dict()
# create an instance of MultiChannelChannelListOwnerObject from a dictmulti_channel_channel_list_owner_object_from_dict=MultiChannelChannelListOwnerObject.from_dict(multi_channel_channel_list_owner_object_dict)