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 filter's action. * `deliver` - The filter sends mail to the destination address. * `fail` - The filter forces a delivery failure. * `finish` - The filter stops message processing. * `save` - The filter saves mail to the destination file. * `pipe` - The filter sends mail to the destination application.
The filter's position in the order of the account's filters.
[optional]
Example
fromclientapi_cpanel.models.inline_response200165_result_data_actionsimportInlineResponse200165ResultDataActions# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200165ResultDataActions from a JSON stringinline_response200165_result_data_actions_instance=InlineResponse200165ResultDataActions.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200165ResultDataActions.to_json())
# convert the object into a dictinline_response200165_result_data_actions_dict=inline_response200165_result_data_actions_instance.to_dict()
# create an instance of InlineResponse200165ResultDataActions from a dictinline_response200165_result_data_actions_from_dict=InlineResponse200165ResultDataActions.from_dict(inline_response200165_result_data_actions_dict)