Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.35 KB

File metadata and controls

29 lines (20 loc) · 1.35 KB

InlineResponse200165ResultDataActionsDest

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.

Properties

Name Type Description Notes

Example

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)

[Back to Model list] [Back to API list] [Back to README]