| Name | Type | Description | Notes |
|---|---|---|---|
| status | str | [optional] | |
| message | str | [optional] |
fromsendx_python_sdk.models.message_responseimportMessageResponse# TODO update the JSON string belowjson="{}"# create an instance of MessageResponse from a JSON stringmessage_response_instance=MessageResponse.from_json(json)
# print the JSON string representation of the objectprint(MessageResponse.to_json())
# convert the object into a dictmessage_response_dict=message_response_instance.to_dict()
# create an instance of MessageResponse from a dictmessage_response_from_dict=MessageResponse.from_dict(message_response_dict)