MailSlurpAPI.Api.ExportController.get_export_link
You're seeing just the function
get_export_link
, go back to MailSlurpAPI.Api.ExportController module for more information.
Link to this function
get_export_link(connection, export_type, export_options, opts \\ [])
Specs
get_export_link( Tesla.Env.client(), String.t(), MailSlurpAPI.Model.ExportOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.ExportLink.t()} | {:error, Tesla.Env.t()}
Get export link
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- export_type (String.t): exportType
- export_options (ExportOptions): exportOptions
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure