The destination to which the filter sends mail. A destination can be one of the following. * A file path. * An application path. * A valid email address.
| Name | Type | Description | Notes |
|---|
from clientapi_cpanel.models.inline_response200165_result_data_actions_dest import InlineResponse200165ResultDataActionsDest
# TODO update the JSON string below
json = "{}"
# create an instance of InlineResponse200165ResultDataActionsDest from a JSON string
inline_response200165_result_data_actions_dest_instance = InlineResponse200165ResultDataActionsDest.from_json(json)
# print the JSON string representation of the object
print(InlineResponse200165ResultDataActionsDest.to_json())
# convert the object into a dict
inline_response200165_result_data_actions_dest_dict = inline_response200165_result_data_actions_dest_instance.to_dict()
# create an instance of InlineResponse200165ResultDataActionsDest from a dict
inline_response200165_result_data_actions_dest_from_dict = InlineResponse200165ResultDataActionsDest.from_dict(inline_response200165_result_data_actions_dest_dict)