MailSlurpAPI.Api.InboxForwarderController.test_inbox_forwarders_for_inbox
You're seeing just the function
test_inbox_forwarders_for_inbox
, go back to MailSlurpAPI.Api.InboxForwarderController module for more information.
Link to this function
test_inbox_forwarders_for_inbox(connection, inbox_id, inbox_forwarder_test_options, opts \\ [])
Specs
test_inbox_forwarders_for_inbox( Tesla.Env.client(), String.t(), MailSlurpAPI.Model.InboxForwarderTestOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.InboxForwarderTestResult.t()} | {:error, Tesla.Env.t()}
Test inbox forwarders for inbox Test inbox forwarders for inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): ID of inbox
- inbox_forwarder_test_options (InboxForwarderTestOptions): inboxForwarderTestOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure