MailSlurpAPI.Api.InboxController.list_inbox_rulesets
You're seeing just the function
list_inbox_rulesets
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
list_inbox_rulesets(connection, inbox_id, opts \\ [])
Specs
list_inbox_rulesets(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.PageInboxRulesetDto.t()} | {:error, Tesla.Env.t()}
List inbox rulesets List all rulesets attached to an inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure