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_response_objectimportMultiChannelChannelListResponseObject# TODO update the JSON string belowjson="{}"# create an instance of MultiChannelChannelListResponseObject from a JSON stringmulti_channel_channel_list_response_object_instance=MultiChannelChannelListResponseObject.from_json(json)
# print the JSON string representation of the objectprint(MultiChannelChannelListResponseObject.to_json())
# convert the object into a dictmulti_channel_channel_list_response_object_dict=multi_channel_channel_list_response_object_instance.to_dict()
# create an instance of MultiChannelChannelListResponseObject from a dictmulti_channel_channel_list_response_object_from_dict=MultiChannelChannelListResponseObject.from_dict(multi_channel_channel_list_response_object_dict)