UpdateInboxReplierOptions constructor
UpdateInboxReplierOptions({})
Returns a new UpdateInboxReplierOptions instance.
Implementation
UpdateInboxReplierOptions({
required this.inboxId,
this.name,
required this.field,
required this.match,
this.replyTo,
this.subject,
this.from,
this.charset,
this.isHTML,
this.ignoreReplyTo,
this.body,
this.templateId,
this.templateVariables = const {},
});