MailSlurpAPI.Api.BulkActionsController.bulk_create_inboxes
You're seeing just the function
bulk_create_inboxes
, go back to MailSlurpAPI.Api.BulkActionsController module for more information.
Link to this function
bulk_create_inboxes(connection, count, opts \\ [])
Specs
bulk_create_inboxes(Tesla.Env.client(), integer(), keyword()) :: {:ok, [MailSlurpAPI.Model.Inbox.t()]} | {:error, Tesla.Env.t()}
Bulk create Inboxes (email addresses)
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- count (integer()): Number of inboxes to be created in bulk
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, info} on failure