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_mms_response_objectimportMultiChannelChannelListMMSResponseObject# TODO update the JSON string belowjson="{}"# create an instance of MultiChannelChannelListMMSResponseObject from a JSON stringmulti_channel_channel_list_mms_response_object_instance=MultiChannelChannelListMMSResponseObject.from_json(json)
# print the JSON string representation of the objectprint(MultiChannelChannelListMMSResponseObject.to_json())
# convert the object into a dictmulti_channel_channel_list_mms_response_object_dict=multi_channel_channel_list_mms_response_object_instance.to_dict()
# create an instance of MultiChannelChannelListMMSResponseObject from a dictmulti_channel_channel_list_mms_response_object_from_dict=MultiChannelChannelListMMSResponseObject.from_dict(multi_channel_channel_list_mms_response_object_dict)