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